Closed MickL closed 9 months ago
Since v8 we're using vue-i18n
v9.x, please refer to its docs you probably want to check out the section on breaking changes (specifically this section: Translation component).
Wow when googling "vue i18n" it shows up the 8.x docs and there is no info that there is a newer version including new website/docs.
Thanks for the quick response! <i18n-t>
does the job :)
Environment
Describe the bug
I am looking for the
<i18n>
component that is described in thevue-i18n
docs but I just cant find it in thenuxt/i18n
docs. Specifically I am looking for the slot syntax usage:https://kazupon.github.io/vue-i18n/guide/interpolation.html#slots-syntax-usage
But I get the error:
Additional context
No response
Logs
No response