UNPKG
i18next.com
Version:
latest (1.0.0)
1.0.0
i18next website
i18next.com
/
pages
/
translate
/
interpolation
/
locales
/
en
/
translation.json
8 lines
(7 loc)
•
198 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"key"
:
"{{what}} is {{how}}"
,
"keyEscaped"
:
"no danger {{myVar}}"
,
"keyUnescaped"
:
"dangerous {{- myVar}}"
,
"keyDeep"
:
"i am {{author.what}}"
,
"keyDifferent"
:
"__myVar__ is important"
}