Add pluralization rules for Russian #2344
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "andreymal/vikunja:feature/plural-rules-ru"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See https://vue-i18n.intlify.dev/guide/essentials/pluralization
This will allow me to properly translate
second|seconds
asсекунда|секунды|секунд
(not sure about the location of this function and code style... I can try to fix or move it if needed)
Hi andreymal!
Thank you for creating a PR!
I've deployed the frontend changes of this PR on a preview environment under this URL: https://2344-feature-plural-rules-ru--vikunja-frontend-preview.netlify.app
You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/.
This preview does not contain any changes made to the api, only the frontend.
Have a nice day!
Wow, I didn't know Russian uses more than one plural form.
Thanks!