Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Req]: [i18n] Plurals #124

Open
ivanignatiev opened this issue Oct 17, 2023 · 2 comments
Open

[Req]: [i18n] Plurals #124

ivanignatiev opened this issue Oct 17, 2023 · 2 comments
Assignees
Labels
feature request New feature or request hacktoberfest This is a valid Hacktoberfest issue in progress Actively being worked on

Comments

@ivanignatiev
Copy link
Contributor

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 ivanignatiev added feature request New feature or request triage New issue that needs to be assessed labels Oct 17, 2023
@dlford
Copy link
Member

dlford commented Oct 18, 2023

@ivanignatiev thank you for bringing this up, did you want to work on it?

@dlford dlford added hacktoberfest This is a valid Hacktoberfest issue and removed triage New issue that needs to be assessed labels Oct 18, 2023
@ivanignatiev
Copy link
Contributor Author

@dlford I can take this, I will start to work on it in few days

@dlford dlford added the in progress Actively being worked on label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request hacktoberfest This is a valid Hacktoberfest issue in progress Actively being worked on
Projects
None yet
Development

No branches or pull requests

2 participants