1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-08-21 18:43:51 +02:00
ntfy/web/public/static
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
..
css Strip fonts 2023-03-12 20:52:30 -04:00
fonts Strip fonts 2023-03-12 20:52:30 -04:00
img Docs and screenshots 2022-03-11 10:43:18 -05:00
js Comments 2022-03-11 15:17:12 -05:00
langs i18n: Introduce plural forms for reservations, emails, messages 2023-03-21 10:03:36 +01:00