-
Notifications
You must be signed in to change notification settings - Fork 69
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
Is Turkish gettext plural form wrong? #23
Comments
Closed
You are right. It should be |
This should be fixed by #30 |
@mlocati @erkanyildiz afaict |
@ta2-1 So, the Unicode CLDR rule is wrong? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that in https://github.com/translate/l10n-guide/blob/master/docs/l10n/pluralforms.rst the plural form for Turkish is wrong:
nplurals=2; plural=(n > 1);
I don't know Turkish, but it seems to me that it should be like the one described in gettext source code (
nplurals=2; plural=(n != 1);
) and in CLDR v26 (where, with a slightly different definition, we havepluralRule-count-one: n = 1
)The text was updated successfully, but these errors were encountered: