vue-i18n
vue-i18n copied to clipboard
Vue I18n for Vue 3
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
### Reporting a bug? When setting `"moduleResolution": "NodeNext",` in `tsconfig.json` and trying to use this package will result in a error in VSCode `Could not find a declaration file for...
### Clear and concise description of the problem There are too many issues and discussion regarding to interpolation and messages formatting with named params or list. Suggested solutions from several...
### Clear and concise description of the problem Building on top of the robust, long existing and battle tested `i18next` seems to be a more efficient and smart move than...
### Clear and concise description of the problem I would like to request the addition of support for Intl.RelativeTimeFormat to the vue-i18n library. This feature would allow for the display...
### Clear and concise description of the problem The very nice implementation of ```js i18n.global.getLocaleMessage(locale.value) ``` Make it a breeze to use with autocompletion and always be correct. But it's...
@kazupon Shouldn't there be a TypeScript or runtime warning to prevent people from using legacy value when `legacy` is set to `false` and vice-versa ? _Originally posted by @mrleblanc101 in...
### Clear and concise description of the problem I'm looking for a an easy and dev-friendly way to split up my big language JSON files into multiple files. One possible...
### Clear and concise description of the problem Given a sample configuration ```ts const i18n = createI18n({ legacy: false, locale: "en", fallbackLocale: "en", }); ``` and sample code ```ts import...
## feature (has breaking change) In Vue I18n v9, it has a different interface from the Composition API mode and Legacy API mode of the `$t` overloaded signature. Especially, `$t`...