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

Split extraction of body parts singular and plural names for better translation #21861

Open
cainiaowu opened this issue Sep 12, 2017 · 1 comment

Comments

3 participants
@cainiaowu
Copy link
Contributor

commented Sep 12, 2017

Currently they are treated as one entry in generated .pot file.

#: lang/json/bodypart_from_json.py src/armor_layers.cpp
msgid "R. Foot"
msgid_plural "Feet"

I dont know how to make Transifex accept two different translation, so we might as well split them into two entries.

@Wuzzy2

This comment has been minimized.

Copy link
Contributor

commented Apr 10, 2018

I agree. Using 2 separate strings makes more sense. The Gettext plural form feature is designed for strings which contain an arbitrary number. In this case, however, it's not needed.

If you're unsure, you can add a translator comment or context to the new strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.