Closed AnReZa closed 5 years ago
With normal i18n, you can do something like this:
<i18n path="term" tag="label" for="tos"> <a :href="url" target="_blank">{{ $t('tos') }}</a> </i18n>
This doesn't work in i18next. It throws an error, that i18n is not a known tag. Is there a way to enable that functionality for i18next as well?
Stupid me. The tag is called i18next instead of i18n in i18next.
i18next
i18n
With normal i18n, you can do something like this:
This doesn't work in i18next. It throws an error, that i18n is not a known tag. Is there a way to enable that functionality for i18next as well?