Replies: 4 comments 3 replies
-
|
Actually, it seems like the CLDR version in https://hosted.weblate.org/languages/ru/#information is wrong as it does not match the rules from https://www.unicode.org/cldr/charts/47/supplemental/language_plural_rules.html#ru (which also matches what Intl does). The |
Beta Was this translation helpful? Give feedback.
-
|
The default plural on https://hosted.weblate.org/languages/ru/#information has one/few/many what matches CLDR. There is CLDR plural with zero which has zero/one/few/other what likely is a bug in naming the last plural in the UI. |
Beta Was this translation helpful? Give feedback.
-
|
@nijel it actually does not match CLDR (see https://www.unicode.org/cldr/charts/47/supplemental/language_plural_rules.html#ru). CLDR says it should be one/few/many/other. "other" is apparently used for floats (e.g. |
Beta Was this translation helpful? Give feedback.
-
|
Can I manually update the plural rule in our Weblate instance? It looks like it should be doable through the API but I haven't tried it yet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
Our Weblate instance does not seem to include the CLDR version of Russian (which includes the
otherplural).Interestingly, it is present in the demo: https://hosted.weblate.org/languages/ru/#information
Not sure why it's missing on our instance?
I already tried
Steps to reproduce the behavior
Go to
/languages/ru/#information=> no CLDR plurals withotherExpected behavior
the CLDR plurals with
othershould be presentScreenshots
Exception traceback
How do you run Weblate?
Docker container
Weblate versions
5.13.1
Weblate deploy checks
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions