-
Replace naive plurals with manual ones eg fine tune from put syns-by-name
-
Could you please handle latin plurals?
e.g.: the plural of uterus is uteri
plural_noun("uterus") returns "uteruses" which is wrong.
-
Example of the syntax: https://lingui.js.org/ref/message-format.html
```
{count, plural, offset:1
=0 {Nobody read this message}
=1 {Only you read this message}
…
samhh updated
2 years ago
-
Unlike OpenRCT2, transport game like OpenTTD or OpenLoco has cargos, which is a noun, and their grammatical uses may differ to languages, such as German, Dutch, etc.
I think it should be support a ge…
-
Hi @leolabs, first, thank you for this wonderful library, it is really useful for projects that are translated into multiple languages. We are using plurals in our i18next project, something like this…
-
A number of languages have more complex plural forms than English. An example is Czech:
> 1 horse => 1 kůň
> 2 horses => 2 koně
> 5 horses => 5 koní
See also http://www.unicode.org/cldr/charts…
-
Inside history.py "more" string should use gettext plural form
something like : gettext.ngettext("1 more", "%d more" % n, n)
-
reported by @MatthewThomasMiller
The persian lookup has problems with plurals
-
Sometimes there are multiple acceptible versions of plurals out there---e.g. "buses" is sometimes spelled "busses", and the Concise Oxford makes no mention of the "viri" plural of "virus". Are there …
-
We're using version 3.9.1 and there is no equivalent for composable `pluralStringResource`. Is there any way to get plurals using phrase compose api?