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

Vue I18n for Vue 3

Results 204 vue-i18n issues
Sort by recently updated
recently updated
newest added

### Reporting a bug? After upgrading to 9.2.2, I'm getting some errors on a vue2 project moved to vue3 and composition api (done at ~80%). We are rewriting components but...

Type: Bug
🔨 p3-minor-bug

### Reporting a bug? ```ts if (!i18n.global.availableLocales.includes(locale)) { ``` ``` TS2345: Argument of type 'string' is not assignable to parameter of type '"en"'. ``` --- Best I can tell, the...

Status: Proposal

### Reporting a bug? I'm using vuei18n@9 with vue cli 3, it worked well until I started to enable SSR, .it shows "Property "$t" was accessed during render but is...

Status: Need More Info

### Reporting a bug? Using `part` option for number formatter throws an error. JSfiddle below. Example usage: ``` const i18n = createI18n({ locale: 'en', legacy: false, numberFormats: { en: {...

Type: Feature
Status: In Progress
Status: PR Welcome

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest-watch-typeahead](https://togithub.com/jest-community/jest-watch-typeahead) | [`^0.6.2` -> `^2.0.0`](https://renovatebot.com/diffs/npm/jest-watch-typeahead/0.6.5/2.2.0) | [![age](https://badges.renovateapi.com/packages/npm/jest-watch-typeahead/2.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Type: Dependency

### Reporting a bug? Hello . Using Plugin in my project created by ts and vue3 is out of work, when i use menuable type in single hooks ts file...

Status: Need More Info

### Reporting a bug? in Jest with testing-library the changing of the language does not really work. Only the first call to change this.$i18n.locale changes the locale actually and it...

🍰 p2-nice-to-have

### Reporting a bug? AvailableLocales option (via `createI18n`) is not passed to the global instance without `messages` option. but `createI18n` is accepted availableLocales option by type of `VueI18nOptions`. Is it...

good first issue
Status: PR Welcome
Type: Documentation
🍰 p2-nice-to-have

### Clear and concise description of the problem When using component interpolation, the literal to be replaced (the one surrounded with curly braces) cannot contain hypens. If it contains hyphens...

Status: Proposal
workaround

### Reporting a bug? When using a variable as a param to the $t() function it works good until the variable is undefined. Then there is an error: `Uncaught (in...

Type: Bug
Status: PR Welcome