vue-i18n icon indicating copy to clipboard operation
vue-i18n copied to clipboard

Vue I18n for Vue 3

Results 223 vue-i18n issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

Type: Dependency

### 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...

Type: Improvement
typescript

### 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...

help wanted
Status: PR Welcome
Status: Proposal
Type: Documentation
🍰 p2-nice-to-have

### 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...

Status: Proposal

### 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...

Status: Proposal

### 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...

Status: Proposal

@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...

good first issue
help wanted
Status: PR Welcome
Type: Improvement
🍰 p2-nice-to-have

### 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...

Status: Proposal

### 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...

Status: Proposal

## 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`...

Type: Feature
Type: Breaking