Roadmap discussion for v9 #2814
Closed
BobbieGoede
started this conversation in
General
Replies: 3 comments 1 reply
-
We should work to flat nuxt i18n and vue-i18n config |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello, let's add these changes to the new version #2937 or at least discuss them. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this discussion as we're approaching v9's release, non-breaking changes are of course still on the table and tracked in issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note
This list is incomplete and a work in progress, feel free to suggest features, topics or issues that you think should be included in v9.
There's still plenty of issues open for v8 and we'll continue to work on fixing those, this roadmap is simply to plan and discuss changes that would be breaking. There is currently no estimate or deadline for the next major version, you don't have to worry about migrating (again) anytime soon.
Features
v-t
fully SSRBreaking changes
iso
tolanguage
locales
#2449 (comment) to allow for easier transitiondefineI18nRoute
as described in fix: custom child route localization #2743 (comment)app.config.ts
and extending(@nuxt/schema).AppConfig
#1985runtimeConfig
keyslocales
todomainLocales
andconfigLocales
tolocales
(refactor: pass generated options throughruntimeConfig
#2828 (comment))jit
option) https://i18n.nuxtjs.org/docs/options/compilation#jitConsidering
useLocaleHead
anduseSetI18nParams
argument defaultslocales
configurationfile
, only acceptingfiles
array instead, simplifies options merging.resolve
), removinglangDir
options. This would simplify layer option merging and be consistent with module hooks.Beta Was this translation helpful? Give feedback.
All reactions