next-translate
next-translate copied to clipboard
Nested interpolation
Hello, thanks a lot for perfect library!
Walked through documentation and issues, but didn't find anything about nested interpolation: https://www.i18next.com/translation-function/nesting
{
"nesting1": "1 $t(nesting2)",
"nesting2": "2 $t(nesting3)",
"nesting3": "3",
}
i18next.t('nesting1'); // -> "1 2 3"
Does next-translate have it or not yet?
Currently, it doesn't have nested interpolation.
@iksent @xcrzx It may be interesting to add it in the future. I note it for 1.1!