We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Darwin
v22.13.1
3.15.4
3.21.1
2.10.4
[email protected]
-
modules
devtools
app
site
i18n
nitro
compatibilityDate
@nuxt/[email protected]
@nuxtjs/[email protected]
i18n: { // vueI18n: './i18n.config.ts', <-- adding this works again locales: [ { code: "de", language: "de-DE", file: "de.json", name: "Deutsch", }, { code: "en", language: "en-US", file: "en.json", name: "English", isCatchallLocale: true, }, } }
i18n config file i18n.config.ts:
i18n.config.ts
export default defineI18nConfig(() => ({ fallbackLocale: 'en', }))
No fallback is executed indicating that i18n.config.ts was not properly loaded.
localsend/website@5ba397b For example, Thai (th) language
th
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Darwin
v22.13.1
3.15.4
3.21.1
2.10.4
[email protected]
-
modules
,devtools
,app
,site
,i18n
,nitro
,compatibilityDate
@nuxt/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
-
Reproduction
i18n config file
i18n.config.ts
:Describe the bug
No fallback is executed indicating that
i18n.config.ts
was not properly loaded.Additional context
localsend/website@5ba397b
For example, Thai (
th
) languageLogs
The text was updated successfully, but these errors were encountered: