-
![image](https://github.com/user-attachments/assets/ed0192ee-a296-417d-9932-57de3bc0beb3)
I think this can be handled using i18n's plural system https://www.i18next.com/translation-function/plurals
-
![image](https://cloud.githubusercontent.com/assets/13041/21752593/4542f2f0-d590-11e6-84e2-635b673932ae.png)
Would it be harder to make this work (and yield "This tool help**s**")? Great stuff!
-
Aktualne app podporuje len "sk" lang.
Pridat aj "en" preklady:
- vytvorit `/lib/l10n/app_en.arb` kopiou z `app_sk.arb` a stringy prelozit (2× pozor na plurals!)
- updatnut `/l10n.yaml`
- pregene…
-
This is sort of a feature request.
How are plurals handled in o80-i18n?
I found nothing during a quick look around in the code. Are there any plans to implement this?
Are you aware of how gettext hand…
-
In Russian, and most common slavic languages, there are at least 3 different words for quantities, and you need them for the translation to be grammatically correct.
For example, if I'll grab some…
-
### Describe the problem
Currently there is no possibility to define units that do not match the source file while using monolingual localization framework. This feature could be used to support word…
-
Plurals just going to the default "other" value. Here is an example, the translations:
`{
"test": {
"zero": "zero",
"one": "one",
"two": "two",
"few": "few",
"many": "many…
-
When using the group stash pluralization is added for a lot of items that simply do not need it
suggest removing pluralization to match game state
-
As an example, I saw this code:
https://github.com/Cog-Creators/Red-DiscordBot/blob/f7e2617911e9a5d0f075e042b72bedc77a35616b/redbot/core/utils/chat_formatting.py#L438-L445
For example, in Polish w…
-
Week-of-year should be added to semantic skeletons, both in CLDR and in ICU4X.
Previous issue: https://github.com/unicode-org/icu4x/issues/488
Week-of-year requires plurals support. Plurals are …