l10n-guide
l10n-guide copied to clipboard
Localisation guide
I was wondering about the entry for French in the Display Settings: https://github.com/translate/l10n-guide/blob/c4f481a40391c5a4002622691864c2589aac689a/docs/l10n/displaysettings.rst?plain=1#L146-L152 I'm not a native French speaker, but having learned it in school and living next door to...
Plural rules for the Santali language is set to more accurately (n==1) ? 0 : (n==2) ? 1 : 2 Ref: * https://unicode-org.github.io/cldr-staging/charts/37/supplemental/language_plural_rules.html#sat (CLDR) * https://discourse.mozilla.org/t/string-freezes-when-clicked/84627/2 (discussion on plural rules...
Added Free PO editor to the list
Add Free PO file editor to the list
Reviews needed for changes
Add Kabyle plural form
Kashubian is the same as Polish. Montenegro is the same as Russian
In Hungarian, the following rule is incorrect: nplurals=2; plural=(n != 1); Correct would be: ... plural=(n > 1);