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