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
May be I just haven't found the correct documentation yet. But is it somehow possible to auto import localization files? So is there any default file parameter?
Is it possible to just tell in nuxt.config.ts and let auto import correct .json, .js or .ts located at i18n/locales?
i18n: {// ToDo when translations are available change it!detectBrowserLanguage: false,strategy: 'no_prefix',defaultLocale: 'en',lazy: true,locales: [{code: 'en',iso: 'en-US'},{code: 'ja',iso: 'ja-JP'}],}
if not i would like to raise it as a feature to stay aligned with nuxt auto import design
Additional information
Would you be willing to help implement this feature?
Could this feature be implemented as a module?
Final checks
Read the contribution guide (The contribution guideline of nuxt-modules/i18n is compliant with Nuxt too).
Describe the feature
May be I just haven't found the correct documentation yet. But is it somehow possible to auto import localization files? So is there any default
file
parameter?So assuming you have set up the file path correct
Is it possible to just tell in
nuxt.config.ts
and let auto import correct .json, .js or .ts located ati18n/locales
?if not i would like to raise it as a feature to stay aligned with nuxt auto import design
Additional information
Final checks
The text was updated successfully, but these errors were encountered: