UNPKG
i18next.com
Version:
latest (1.0.0)
1.0.0
i18next website
i18next.com
/
pages
/
translate
/
pluralInterval
/
locales
/
en
/
translation.json
9 lines
(8 loc)
•
267 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"key1"
:
"{{count}} item"
,
"key1_plural"
:
"{{count}} items"
,
"key1_interval"
:
"(1){one item};(2-7){a few items};(7-inf){a lot of items};"
,
"key2"
:
"{{count}} item"
,
"key2_plural"
:
"{{count}} items"
,
"key2_interval"
:
"(1){one item};(2-7){a few items};"
}