1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-08-21 10:43:49 +02:00
ntfy/web
Bartosz Moczulski 338cab1660 i18n: Introduce plural forms for reservations, emails, messages
In many languages there is more than one plural form of nouns and rules
for choosing the correct one are often far more complex than in English.
Luckily both react-i18next and Weblate provide built-in support for
translating and selecting plural forms in accordance with grammatical
rules of any given language.

In order to enable plural forms `{count: n}` option is added to relevant
`t()` calls. In translations files "_one" and "_other" suffix is added
to English labels such that Weblate can detect which entries represent a
set of plural forms and show appropriate language-specific form on the
translation page. E.g. in Polish there are 2 plural forms and hence 3
resulting suffixes: "_one", "_few", "_many".

Note on transition period: in the absence of expected suffixed variants
react-i18next will use non-suffixed one (if present) so existing
translations will continue to work just fine even if they happen to be
grammatically imperfect. Translators can provide proper plural forms in
once this change is merged and Weblate will then replace non-suffixed
labels with the suffixed ones.
2023-03-21 10:03:36 +01:00
..
public i18n: Introduce plural forms for reservations, emails, messages 2023-03-21 10:03:36 +01:00
src i18n: Introduce plural forms for reservations, emails, messages 2023-03-21 10:03:36 +01:00
package-lock.json I don't understand. 2023-03-18 13:34:52 -04:00
package.json Tiers make sense for admins now 2023-01-09 15:40:46 -05:00