developertools.tech icon indicating copy to clipboard operation
developertools.tech copied to clipboard

[Req]: [i18n] Plurals

Open ivanignatiev opened this issue 1 year ago • 2 comments

Contact Details

No response

Explain the proposed feature

That is not critical but some words require to use [i18n plurals](https: //www.i18next.com/translation-function/plurals), so t calls need to be improved, i.e. for t('across)`:

...
  "across_one": "{{count}} Розтин",
  "across_two": "{{count}} Розтину",
  "across_few": "{{count}} Розтинів",
  "across_many": "{{count}} Розтинів",
  "across_other": "{{count}} Розтинів",
...
t('across`,  { count: c })

I prefer to create a separate issue as it will require more difficult review than just adding a language.

Explain the possible use cases for the feature

No response

Any other details you would like to provide?

No response

ivanignatiev avatar Oct 17 '23 20:10 ivanignatiev