[ ] ๐ Documentation (updates to the documentation or readme)
[x] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality)
[ ] โจ New feature (a non-breaking change that adds functionality)
[ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
This should resolve #66, but this PR assumes you want to use English as the fallbackLocale, which means any missing translations in the selected language will render the English translations instead if present.
Configuring the i18n module is a bit confusing, options that are specific to Vue I18n (that do not overlap with Nuxt I18n options) need to be set in a i18n.config.ts file as it also accept non serializable values. This is something we want to change in the next major.
๐ Linked issue
โ Type of change
๐ Description
This should resolve #66, but this PR assumes you want to use English as the fallbackLocale, which means any missing translations in the selected language will render the English translations instead if present.
Configuring the i18n module is a bit confusing, options that are specific to Vue I18n (that do not overlap with Nuxt I18n options) need to be set in a
i18n.config.ts
file as it also accept non serializable values. This is something we want to change in the next major.