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 have pluralRule-count-one: n = 1)
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)