-
### Tested versions
4.3
### System information
any
### Issue description
The two apis for pluralization in the Godot i18n system (Object.tr_n and TranslationServer.translate_plural) onl…
-
### Problem I have
In Russian and in other slavic languages (and not only them, I guess) we have different word endings (+suffixes sometimes).
As I wrote on Crowdin:
```
1 post = 1 пост (same appl…
SadmL updated
1 month ago
-
I started from an `InvalidPluralizationData` error in my rails app, and realized that it isn't using the CLDR plural rules like I thought it was.
Then I came across https://github.com/svenfuchs/i18…
-
I made a check of cldr data from translate/lang/data.py: Here the list
(?? measing i that didn't find any info)
```
'ach': (u'Acholi', 2, 'n > 1', ['one', 'other']),
-
### Details
Pluralization warnings were eliminated during the implementation of https://github.com/gohugoio/hugo/pull/8497.
i18n/pl.toml
```toml
[day]
other = "miesiąca"
```
Statement|R…
-
Pluralization rules for the Engilsh and many other languages are wrong. CLDR contains the right pluralization rules, and ruby-cldr gem gives them as ruby code. For example, for :en locales it is like …
Exoth updated
6 years ago
-
We have a set of grammatical categories/features in CLDR, that are also used in ICU. It would be very useful to flesh out these categories so that we have a consistent set of identifiers for grammatic…
-
In the `DefaultPluralRuleGenerator` we use pre-compiled plural forms for most known cultures based on the [Unicode CLDR Project](http://cldr.unicode.org/) data. Honestly I don't remember how I impleme…
-
Original Flutter issue: https://github.com/flutter/flutter/issues/84291
Taken directly from https://unicode-org.github.io/cldr/ldml/tr35-numbers.html#Explicit_0_1_rules:
```
Some types of CLDR da…
-
`ruby-i18n/i18n` should ship with a pluralization backend compatible with CLDR.
Especially when the [README advertises](https://github.com/ruby-i18n/i18n/blob/master/README.md#features) it as such:…