-
-
Notifications
You must be signed in to change notification settings - Fork 380
Closed
Description
Reporting a bug?
Hi,
I am trying to use custom pluralization function but it seems it is not working as expected:
The result is:
<p>1 машина</p>
<p>2 машины</p>
<p>4 машины</p>
<p>12 машины</p>
<p>21 машины</p>
Expected behavior
<p>1 машина</p>
<p>2 машины</p>
<p>4 машины</p>
<p>12 машин</p>
<p>21 машина</p>
12 and 21 result is wrong.
Reproduction
https://github.com/RollingTL/Testing-intlify-vue-i18n-next-custom-pluralization
System Info
Mac OSScreenshot
No response
Additional context
No response
Validations
- Read the Contributing Guidelines
- Read the Documentation
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
No labels