#1 — manage dynamic domains with regex cluster
Routes from different domains are mixed
bug 🐛scope: language detectionscope: routingscope: domains
Different domains feature to manage dynamic domains environments with REGEX
feature requestscope: domains
diffrentDomains dev: use the first subdomain for testing languages in dev/staging
feature requestscope: domains
Server side render after navigation, when differen domains options enabled
🔨 p3-minor-bugscope: domains
#2 — nuxt i18n nitro composables issues cluster
Using defineI18nLocaleDetector, event.context.i18n?.locale could be async function instead of string
🍰 p2-nice-to-havescope: localesscope: nitro
#3 — i18n hydration mismatch and browser redirect issues cluster
localePath / NuxtLinkLocale hydration mismatches after browserRedirection with http web server
need more infoscope: ssgpending triage
Hydration Error Due to Locale-based Redirect in Static Site with Browser Language Detection.
scope: ssgscope: language detection
cookie was modified before the i18n:beforeLocaleSwitch hook was triggered
scope: ssgpending triagescope: cookies
#4 — i18n route customization and localization cluster
Allow modules to modify route localization
feature requestscope: routing
Add route rules per locale
feature requestupstreamneed discussionscope: nitroscope: prerender
Generating localised routes for page aliases
feature request
Pre-rendering multiple routes with i18n
feature requestscope: prerender
#5 — multidomain i18n configurations cluster
Allow setting available `locales` in the `runtimeConfig`
feature requestscope: runtime
Support different domains config at runtime
pending triagescope: domains
Default locale configured in `i18n.config` not used as project `defaultLocale`
scope: docsscope: language detectionscope: configurationscope: locales
Don't load default locale when differentDomain is true
feature requestscope: locales
Dynamic switching of default language
feature requestscope: localesscope: runtime
#6 — i18n enhancements and localization issues cluster
docs: Add note/link about i18n-t,… on components api page
help wantedgood first issuescope: docs🍰 p2-nice-to-havePR Welcome
Per-page translations
feature requestneed reproductionscope: locales
#7 — prefix strategy redirect issues cluster
nuxt generate won't generate index.html with prefix strategy
bug 🐛scope: ssg
Server-side redirect for root path (/) no longer works in v10 - breaking change from v9
pending triageneed reproduction
Homepage not redirecting to prefixed route when implementing "Wait for page transition" with ssr: false, and strategy: prefix
scope: language detectionworkaroundscope: runtime
Redirects not working for translated routes
scope: routingscope: cookies
detectBrowserLanguage and alwaysRedirect unclear routing logic (reopened)
bug 🐛scope: routing
#8 — i18n nuxt vite test issues cluster
Error when testing with @nuxtjs/test-utils
workaroundscope: test
Test fails when using translation outside of template
pending triagescope: test
Unable to use `import.meta.glob` in locale files
upstreamscope: nitro
#9 — multidomain locale challenges cluster
Multi domain locales, one domain per language not working?
pending triagescope: domains
Type 'true' is not assignable to type 'false' when using `<NuxtLinkLocale :to="..." custom>`
help wanted🔨 p3-minor-bugscope: components
Too many locales lead to Typescript errors
🔨 p3-minor-bugscope: types
Code inside defineI18nLocaleDetector is not reached
scope: docsscope: language detection
hreflang and other seo tags do not take into account multiDomainLocales
bug 🐛need discussionscope: domainsscope: seo
#10 — locale switching nuxt issues cluster
Switching locale using page transitions fetches with the old locale
workaroundscope: locale switching
Clear way to re-use the component of the matched page when language switching causes a navigation to a different locale prefix
feature requestneed discussionscope: locale switching
Switching locale doesn't trigger `useAsyncData` on Homepage
help wantedneed discussion