You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change prevents conflicts with vue-i18n features that also rely on an i18n key in components
BREAKING CHANGE: Pages using i18n key need to be updated to use nuxtI18n key instead
#94, #67
Version
v3.2.3
Reproduction link
https://github.com/nuxt-community/nuxt-i18n
Steps to reproduce
Using Nuxt 1.4.0 and Nuxt i18n 3.2.3, vue-i18n-loader 0.3.0
Config for the i18n module:
Config for the build loader:
Component file:
What is expected ?
Output of the $i18n properties, in this case the locales.
What is actually happening?
No output of the locales.
$i18n.locale
print the locale.Additional comments?
Without the
<i18n>...</i18n
in the component file the locales are printed.The text was updated successfully, but these errors were encountered: