Releases: nuxt-modules/i18n
Releases · nuxt-modules/i18n
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
v1.1.0
v1.0.2
v1.0.1
v1.0.0
Features
- refactor: refactor module's code (e4186dc)
BREAKING CHANGES
- refactor: Route generation utils have been renamed & the module doesn't register a vuex module anymore
- Replace all calls to getLocalizedRoute() with localePath()
- Replace all calls to getSwitchLocaleRoute() with switchLocalePath()
- Configured locales are now accessible in any component via
$i18n.locales
- Similarly, default app locale can be accessed via
i18n.defaultLocale