\n 176 ┃ {{ item.label }}\n 177 ┃ \u003C/UButton>\n\n ⁃ at renderComponentSubTree (/project/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:737:9) \n ⁃ at renderComponentVNode (/project/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:686:12) \n ⁃ at ssrRenderComponent (/project/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:100:10) \n ⁃ at _sfc_ssrRender (/project/layouts/default.vue:28:41) \n ⁃ at renderComponentSubTree (/project/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:737:9) \n ⁃ at renderVNode (/project/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:801:14) \n ⁃ at callWithNuxt (/project/node_modules/nuxt/dist/app/nuxt.js:225:24)\n\n[CAUSE]\nTypeError {\n message: '_ctx.$t is not a function',\n stack: '_ctx.$t is not a function\\n' +\n 'at _sfc_ssrRender (/project/components/Navigation.vue:175:15)\\n' +\n 'at renderComponentSubTree (/project/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:737:9)\\n' +\n 'at renderComponentVNode (/project/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:686:12)\\n' +\n 'at ssrRenderComponent (/project/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:100:10)\\n' +\n 'at _sfc_ssrRender (/project/layouts/default.vue:28:41)\\n' +\n '...'\n}\n```\n\n\nHence I can't start the whole application.\n\nI tried to reproduce it in the stackblitz, but all works fine there. Maybe it has something to do with my envirnoment as I deleted all .nuxt files and also removed all node modules/reinstalled them\n\n\n### Additional context\n\n\nAlso I have a previous error which then causes the application to crash:\n```\n WARN [Vue warn]: Property \"$t\" was accessed during render but is not defined on instance. 14:28:44 \n at \u003CHeaderBar>\n at \u003CDefault ref=Ref\u003C undefined > >\n at \u003CAsyncComponentWrapper ref=Ref\u003C undefined > >\n at \u003CLayoutLoader key=\"default\" layoutProps={\n ref: RefImpl {\n dep: Dep {\n computed: undefined,\n version: 0,\n activeLink: undefined,\n subs: undefined,\n map: undefined,\n key: undefined,\n sc: 0,\n __v_skip: true,\n subsHead: undefined\n },\n __v_isRef: true,\n __v_isShallow: true,\n _rawValue: undefined,\n _value: undefined\n }\n } name=\"default\" >\n at \u003CNuxtLayoutProvider layoutProps={\n ref: RefImpl {\n dep: Dep {\n computed: undefined,\n version: 0,\n activeLink: undefined,\n subs: undefined,\n map: undefined,\n key: undefined,\n sc: 0,\n __v_skip: true,\n subsHead: undefined\n },\n __v_isRef: true,\n __v_isShallow: true,\n _rawValue: undefined,\n _value: undefined\n }\n } key=\"default\" name=\"default\" ... >\n at \u003CNuxtLayout>\n at \u003CError error=(0 , __vite_ssr_import_0__.getApps) is not a function\n\n at ensureAdminApp (/app/node_modules/vuefire/dist/server/index.mjs:36:41)\n at /app/node_modules/nuxt-vuefire/dist/runtime/admin/plugin.server.js:12:68\n at /app/node_modules/nuxt/dist/app/nuxt.js:156:60\n at fn (/app/node_modules/nuxt/dist/app/nuxt.js:233:44)\n at Object.callAsync (/app/node_modules/unctx/dist/index.mjs:68:55)\n at /app/node_modules/nuxt/dist/app/nuxt.js:236:56\n at Object.runWithContext (/app/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4002:18)\n at callWithNuxt (/app/node_modules/nuxt/dist/app/nuxt.js:236:24)\n at /app/node_modules/nuxt/dist/app/nuxt.js:55:41\n at EffectScope.run (/app/node_modules/@vue/reactivity/dist/reactivity.cjs.js:85:16) >\n at \u003CNuxtRoot>\n\n[nuxt-app] vue:error: 9.872ms 14:28:44 \n[nuxt-app] app:error: 0.022ms 14:28:44 \n[nitro-runtime] error: 0.571ms\n```\n\nWhen I remove nuxt-vuefire. It works again, no error on startup.\n\nWhen I downgrade to 9.5.6 for the i18n module, it works too even with nuxt-vuefire and even with it throwing an error directly\n\n### Logs\n\n```shell\n\n```",[3019],{"name":3020,"color":3021},"pending triage","c2e0c6",3755,"nuxt-modules","i18n","open","_ctx.$t is not a function","2025-07-23T13:58:47Z","https://github.com/nuxt-modules/i18n/issues/3755",0.7314039,{"description":3031,"labels":3032,"number":3037,"owner":3023,"repository":3024,"state":3025,"title":3038,"updated_at":3039,"url":3040,"score":3041},"### Environment\n\n Operating System: Darwin\n- Node Version: v22.15.1\n- Nuxt Version: 4.0.1\n- CLI Version: 3.26.4\n- Nitro Version: 2.12.4\n- Package Manager: pnpm@10.11.0\n- Builder: -\n- User Config: runtimeConfig, devtools, modules, app, css, i18n, image, telemetry, sentry, storyblok, devServer, sourcemap, vite, extends, compatibilityDate\n- Runtime Modules: @nuxtjs/i18n@9.5.6, @pinia/nuxt@0.11.2, @nuxt/image@1.10.0, @nuxt/eslint@1.7.0, @nuxtjs/stylelint-module@5.2.1, @storyblok/nuxt@8.0.1, @sentry/nuxt/module@9.40.0\n\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/dry-violet-pg2j9q\n\nadd en-GB.json \n```\n{\n \"header\": {\n \"apply-as-developer\": \"Apply as a developer\",\n \"find-developer\": \"FIND A DEVELOPER\",\n \"sign-in\": \"LOG IN\"\n }\n}\n```\n\nadd empty sv-SE.json - `{}`\n\nnuxt configs\n\n```\n i18n: {\n baseUrl: process.env.BASE_URL,\n strategy: 'prefix_and_default',\n defaultLocale: 'en',\n detectBrowserLanguage: false,\n compilation: {\n strictMessage: false,\n escapeHtml: false,\n },\n vueI18n: '../i18n/i18n.config.ts',\n locales: [\n {\n code: 'en',\n language: 'en-GB',\n name: 'English',\n file: 'en-GB.json',\n isCatchallLocale: true,\n },\n {\n code: 'sv',\n language: 'sv-SE',\n name: 'Svenska',\n file: 'sv-SE.json',\n },\n ]\n}\n```\n\ni18n.config.ts\n```\nexport default defineI18nConfig(() => ({\n locale: 'en',\n fallbackLocale: 'en',\n fallbackRoot: true,\n fallbackRootWithEmptyString: true,\n}));\n```\n\n\n\n\n### Describe the bug\n\nOn my new nuxt v4 project the fallbacks didn't work and I was getting the following errors\n```\nHeader.vue:43 [intlify] Not found 'header.find-developer' key in 'sv' locale messages.\nHeader.vue:43 [intlify] Fall back to translate 'header.find-developer' key with 'en' locale. \nHeader.vue:43 [intlify] Not found 'header.find-developer' key in 'en' locale\n```\nalthough I had translations on english.\n\nI changed package version to to - \"@nuxtjs/i18n\": \"^9.5.4\" and it is working like a charm again.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n\n```",[3033,3034],{"name":3020,"color":3021},{"name":3035,"color":3036},"need reproduction","CD234A",3760,"Fallback language does not work on v10.0.2","2025-07-25T12:56:26Z","https://github.com/nuxt-modules/i18n/issues/3760",0.7339236,{"description":3043,"labels":3044,"number":3046,"owner":3023,"repository":3024,"state":3025,"title":3047,"updated_at":3048,"url":3049,"score":3050},"### Environment\n\n\nSuch as in the reproduction.\n\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-kvjaukgj?file=nuxt.config.ts\n\n### Describe the bug\n\nPreviously I was using an older version of the module, there 'npm generate' created an index.html with a redirect to the default language. \n`npx serve .output/public` now displays only folder structure. You can only enter manually by adding /en in the link.\n\nI couldn't find any information about this change in the documentation and on the nuxt help channel.\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n\n```",[3045],{"name":3020,"color":3021},3624,"Missing generated index.html in root folder on “prefix” mode. SSG","2025-05-20T12:46:00Z","https://github.com/nuxt-modules/i18n/issues/3624",0.75430894,{"description":3052,"labels":3053,"number":3058,"owner":3023,"repository":3024,"state":3059,"title":3060,"updated_at":3061,"url":3062,"score":3063},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.14.0`\n- Nuxt Version: `4.0.1`\n- CLI Version: `3.26.4`\n- Nitro Version: `2.12.4`\n- Package Manager: `pnpm@10.12.4`\n- Builder: `-`\n- User Config: `compatibilityDate`, `devtools`, `modules`, `i18n`\n- Runtime Modules: `@nuxt/scripts@0.11.10`, `@nuxt/test-utils@3.19.2`, `@nuxtjs/i18n@10.0.2`\n- Build Modules: `-`\n\n\n### Reproduction\n\n修改多语言热更新报错,\n\n\u003Cimg width=\"3318\" height=\"334\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ba25f21a-3216-4066-9e49-269efad06425\" />\n\n\u003Cimg width=\"1436\" height=\"474\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/378d9d5d-c5ae-48e5-a3b5-da94d168e206\" />\n\n### Describe the bug\n\n修改多语言热更新报错,\n\n\u003Cimg width=\"3318\" height=\"334\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ba25f21a-3216-4066-9e49-269efad06425\" />\n\n\u003Cimg width=\"1436\" height=\"474\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/378d9d5d-c5ae-48e5-a3b5-da94d168e206\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n\n```",[3054,3057],{"name":3055,"color":3056},"upstream","fbca04",{"name":3035,"color":3036},3753,"closed","在 nuxt4.0.2 里使用 \"@nuxtjs/i18n\": \"^10.0.2\" 热更新报错","2025-07-24T09:13:52Z","https://github.com/nuxt-modules/i18n/issues/3753",0.6784075,{"description":3065,"labels":3066,"number":3073,"owner":3023,"repository":3024,"state":3059,"title":3074,"updated_at":3075,"url":3076,"score":3077},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.9.0`\n- Nuxt Version: `3.17.5`\n- CLI Version: `3.25.1`\n- Nitro Version: `2.11.12`\n- Package Manager: `pnpm@10.6.4`\n- Builder: `-`\n- User Config: `compatibilityDate`, `devtools`, `future`, `nitro`, `modules`, `vite`, `i18n`\n- Runtime Modules: `@nuxtjs/i18n@10.0.0-beta.9`\n- Build Modules: `-`\n\n### Reproduction\n\nhttps://github.com/mas-25/i18n-cloudflare-hydration-mismatch\n\n1. pnpm install\n2. pnpm build\n3. npx wrangler --cwd .output/ dev\n\nWhen opening `http://localhost:8787/`, a hydration mismatch error is shown.\n\n### Describe the bug\n\nWhen deploying to Cloudflare Workers, all my pages get a hydration mismatch. In Development mode, there are no issues.\n\nOn production, it only shows the translation key, and not the translation value.\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n\n```",[3067,3070],{"name":3068,"color":3069},"scope: locales","006b75",{"name":3071,"color":3072},"scope: dynamic resources","38FB12",3681,"Hydration mismatch on production (cloudflare)","2025-06-07T20:32:02Z","https://github.com/nuxt-modules/i18n/issues/3681",0.6903888,{"description":3079,"labels":3080,"number":3087,"owner":3023,"repository":3024,"state":3059,"title":3088,"updated_at":3089,"url":3090,"score":3091},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.18.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.6\n- Package Manager: pnpm@9.12.2\n- Builder: -\n- User Config: modules, devtools, app, css, runtimeConfig, future, compatibilityDate, vite, postcss, eslint, i18n, image, prismic\n- Runtime Modules: @nuxt/eslint@1.2.0, @nuxtjs/prismic@4.1.0, @nuxt/fonts@0.11.0, @nuxtjs/i18n@9.3.1, @nuxt/image@1.9.0, @vueuse/nuxt@13.0.0\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-w8n5eqto?file=pages%2Findex.vue\n\n### Describe the bug\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n\n```",[3081,3084],{"name":3082,"color":3083},"🍰 p2-nice-to-have","0e8a16",{"name":3085,"color":3086},"scope: components","B327C3",3402,"Double nested `NuxtLinkLocale`","2025-05-30T19:25:27Z","https://github.com/nuxt-modules/i18n/issues/3402",0.70611495,{"description":3093,"labels":3094,"number":3096,"owner":3023,"repository":3024,"state":3059,"title":3097,"updated_at":3098,"url":3099,"score":3100},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v23.11.1\n- Nuxt Version: 3.17.4\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: npm@11.4.0\n- Builder: -\n- User Config: compatibilityDate, devtools, modules, i18n, devServer\n- Runtime Modules: @nuxtjs/i18n@9.5.5\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nMinimal repo here https://github.com/ThibaudDauce/test_i18n\n\nThis is my `app.vue`:\n```html\n\u003Ctemplate>\n \u003Cdiv>\n \u003Cp>{{ $t('Hello {name}', { name: 'John' }) }}\u003C/p>\n \u003Cp>{{ $t('The weather today is {condition}!', { condition: 'sunny' }) }}\u003C/p>\n \u003C/div>\n\u003C/template>\n```\n\nWith this `i18n/i18n.config.ts`:\n```ts\nexport default defineI18nConfig(() => {\n return {\n missingWarn: false,\n formatFallbackMessages: true,\n }\n})\n```\n\nAnd this `nuxt.config.ts`:\n```ts\nexport default defineNuxtConfig({\n compatibilityDate: '2025-05-15',\n devtools: { enabled: true },\n modules: ['@nuxtjs/i18n'],\n i18n: {\n defaultLocale: 'fr',\n },\n devServer: {\n port: 8080,\n },\n})\n```\n\n`missingWarn: false` is working so the config seems to be loaded correctly.\n\n### Describe the bug\n\nWhen I set `formatFallbackMessages: true`, the messages are not formatted in the template.\n",[3095],{"name":3020,"color":3021},3670,"Cannot set `formatFallbackMessages`","2025-06-02T13:58:58Z","https://github.com/nuxt-modules/i18n/issues/3670",0.71231467,{"description":3102,"labels":3103,"number":3110,"owner":3023,"repository":3024,"state":3059,"title":3111,"updated_at":3112,"url":3113,"score":3114},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.11.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.25.0\n- Nitro Version: 2.11.9\n- Package Manager: pnpm@9.12.3\n- Builder: -\n- User Config: compatibilityDate, devtools, nitro, modules\n- Runtime Modules: nitro-cloudflare-dev@0.2.2\n- Build Modules: -\n\n### Reproduction\n\nhttps://github.com/dongnaebi/nuxt-cf\n\n### Describe the bug\n\nAfter upgrading i18n to version 9.5.3, I discovered a hydration mismatch in the production environment (Cloudflare Worker). Upon investigation, I found that `v-html` wasn't rendering properly. My code is as follows:\n\n```html\n\u003Ch1 v-html=\"t('hero').replace('\\n', '\u003Cbr>')\">\u003C/h1>\n```\n\nDowngrading to 9.5.2 resolves the issue, and everything works fine. Running `nuxt dev` locally also works, but when building locally and using `wrangler dev`, the problem can be reproduced.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n\n```",[3104,3107],{"name":3105,"color":3106},"possible regression","B78041",{"name":3108,"color":3109},"scope: hydration","008866",3581,"v-html in version 9.5.3 not rendering correctly","2025-05-28T16:37:16Z","https://github.com/nuxt-modules/i18n/issues/3581",0.7166608,{"description":3116,"labels":3117,"number":3119,"owner":3023,"repository":3024,"state":3059,"title":3120,"updated_at":3121,"url":3122,"score":3123},"### Environment\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v22.5.1\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.3\n- Package Manager: pnpm@9.12.3\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/eslint@0.6.1, @nuxtjs/i18n@9.0.0\n- Build Modules: -\n------------------------------\n\n\n### Reproduction\n\nSource code: https://github.com/dungsil/issues/tree/main/nuxt-modules-i18n%233210\nStackBlitz: https://stackblitz.com/edit/nuxtjs-i18n-3210?file=nuxt.config.ts\n\n### Describe the bug\n\nWhen specifying a `shared` directory in `restructureDir`, an error occurs during build.\n\n```\n Could not resolve \"./shared/i18n/locales/en.json\" from \"node_modules/.cache/nuxt/.nuxt/dist/server/server.mjs\"\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3118],{"name":3020,"color":3021},3210,"Error occurs at build if `restructureDir` contains `shared/` directory","2025-06-08T01:51:03Z","https://github.com/nuxt-modules/i18n/issues/3210",0.7399282,{"description":3125,"labels":3126,"number":3131,"owner":3023,"repository":3024,"state":3059,"title":3132,"updated_at":3133,"url":3134,"score":3135},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v22.15.0\n- Nuxt Version: 3.17.3\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: yarn@1.22.22\n- Builder: -\n- User Config: devtools, nitro, router, app, runtimeConfig, components, modules, intercom, build, sentry, sourcemap, i18n, tailwindcss, site, vite, sitemap\n- Runtime Modules: @sentry/nuxt/module@9.14.0, @nuxtjs/i18n@9.5.4, @nuxtjs/tailwindcss@6.13.2, @nuxtjs/sitemap@7.2.10, nuxt-3-intercom@1.1.2\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nN/A\n\n### Describe the bug\n\nCurrently we have setup some redirects using nitro RouteRules.\nFor example:\n\n```\n'/test' = { redirect: {to: '/foo/test', code: 301 }, prerender: false }\n```\n\nAt the same time we have disabled the prerender option.\n\nWhen we run `nuxt build` we get 404 error for above redirects.\nIf we disable the redirect routeRules everything works as expected.\n\nNot sure what i18n module does to redirects urls but it crashes the build process.\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n\n```",[3127,3128],{"name":3035,"color":3036},{"name":3129,"color":3130},"scope: nitro","F366A6",3606,"issue with nitro routeRules and redirect","2025-06-08T01:44:20Z","https://github.com/nuxt-modules/i18n/issues/3606",0.74673104,["Reactive",3137],{},["Set"],["ShallowReactive",3140],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f5uNLkXOUB8A0fy45o9qPSeBnhxagHzWeXCK9TZRIw5U":-1},"/nuxt-modules/i18n/3725"]