#1 — i18n enhancements and optimizations cluster
Add `fallbackLocale` to nuxt.config options
feature requestscope: configuration
docs: Add note/link about i18n-t,… on components api page
help wantedgood first issuescope: docs🍰 p2-nice-to-havePR Welcome
#2 — i18n nuxt routing challenges cluster
Generating localised routes for page aliases
feature request
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
Pre-rendering multiple routes with i18n
feature requestscope: prerender
Allow modules to modify route localization
feature requestscope: routing
#3 — nuxt ssg indexhtml issues cluster
nuxt generate won't generate index.html with prefix strategy
bug 🐛scope: ssg
Using `v-html` with `$t` is broken for `SSG`
scope: ssg🔨 p3-minor-bugworkaround
Odd behavior with `nuxt generate` and `redirects`
scope: ssgpending triage
#4 — nuxt i18n redirect issues cluster
Redirects not working for translated routes
scope: routingscope: cookies
Server-side redirect for root path (/) no longer works in v10 - breaking change from v9
pending triageneed reproduction
routes with `redirect` are not localized even if they do have a `children` array
🔨 p3-minor-bugscope: routing
Homepage not redirecting to prefixed route when implementing "Wait for page transition" with ssr: false, and strategy: prefix
scope: language detectionworkaroundscope: runtime
Vue Router warning "No route not found" when redirecting on no prefix
🍰 p2-nice-to-havescope: routing
#5 — multidomain i18n nuxt challenges cluster
Support complex multi-domain i18n configurations in a single build
feature requestpending triagescope: domains
Don't load default locale when differentDomain is true
feature requestscope: locales
Add `localeDetector` option to customize locale detection during Vue component rendering
feature requestscope: language detection
Provide good documentation for "no_prefix"
scope: docsPR Welcome
#6 — nuxt i18n locale issues cluster
Allow loading of translations from packages
feature requestneed discussionscope: locales
Nuxt i18n caching not working when loading locales via API
performancescope: dynamic resources
Unable to use `import.meta.glob` in locale files
upstreamscope: nitro
#7 — i18n browser detection issues cluster
`detectBrowserLanguage` + Caching
feature requestscope: language detectionscope: cookies
detectBrowserLanguage and alwaysRedirect unclear routing logic (reopened)
bug 🐛scope: routing
cookie was modified before the i18n:beforeLocaleSwitch hook was triggered
scope: ssgpending triagescope: cookies
Strategy prefix with detectBrowserLanguage not redirecting correctly on root in Static Site Generation
scope: ssgscope: language detectionscope: routing
#8 — multi domain i18n challenges cluster
Support different domains config at runtime
pending triagescope: domains
hreflang and other seo tags do not take into account multiDomainLocales
bug 🐛need discussionscope: domainsscope: seo
Different domains feature to manage dynamic domains environments with REGEX
feature requestscope: domains
#9 — i18n and routing challenges cluster
Add route rules per locale
feature requestupstreamneed discussionscope: nitroscope: prerender
Catch all roue and ssr navigation
bug 🐛scope: routingscope: nitro
#10 — i18n testing and nuxt issues cluster
Error when testing with @nuxtjs/test-utils
workaroundscope: test
Test fails when using translation outside of template
pending triagescope: test
Better error handling for dynamic vue-i18n config load errors
upstreamscope: dynamic resources