Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plural name fixes #36285

Merged
merged 1 commit into from
Dec 22, 2019
Merged

Plural name fixes #36285

merged 1 commit into from
Dec 22, 2019

Conversation

BrettDong
Copy link
Member

@BrettDong BrettDong commented Dec 20, 2019

Summary

SUMMARY: None

Purpose of change

Translators pointed out several wrong plural names, such as faux fur pantss, pair of C.R.I.T rec glovess, etc. because we did not explicitly define their plural names and our script will automatically append a suffix s in this case.

Describe the solution

Explicitly define their correct plural names.

@@ -9869,7 +9870,7 @@
"id": "case_violin",
"type": "ARMOR",
"name": "violin case",
"name_plural": "violin case",
"name_plural": "violin cases",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is redundant.

@curstwist curstwist added <Bugfix> This is a fix for a bug (or closes open issue) [JSON] Changes (can be) made in JSON labels Dec 20, 2019
@I-am-Erk
Copy link
Member

Can you please change these to use the new format for names, eg

    "name": { "str": "soap dish", "str_pl": "soap dishes" },

I know it's a pain but we're trying to move this way

@BrettDong
Copy link
Member Author

BrettDong commented Dec 21, 2019

Can you please change these to use the new format for names, eg

I think this is unrelated to the problem I am trying to solve in this PR. And I don't want to make these namings inconsistent within a single file. It would be better if the transition is made in separate PRs and in a whole file by whole file manner.

@ZhilkinSerg
Copy link
Contributor

Yeah, we can totally migrate to new format separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bugfix> This is a fix for a bug (or closes open issue) [JSON] Changes (can be) made in JSON
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants