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

### Clear and concise description of the problem We're upgrading to v9.x. When translating a string, we want to perform some extra logic on the result, using special tags `{tag}`...

Status: Proposal

### Reporting a bug? When I use `$d` and `$t`, the ts error occur. ### Expected behavior Should no error ### Reproduction Just use it with params ### System Info...

Status: Need More Info

### Reporting a bug? Seems like you can't use variable interpolation to reference another key using linked message syntax. ### Expected behavior You should be able to do it since...

Type: Improvement
🍰 p2-nice-to-have

### Reporting a bug? const messages = { en: { message: { hello: "Hello {0} world" } } }; $t("message.hello", {'0': "my" }) The expected output needs to be "Hello...

Status: Need More Info

### Reporting a bug? I am trying to implement a HMR functionality wich updates the messages part of the plugin. I am using Quasar with Vite and this is my...

Status: Review Needed

Typescript error when using pluralization and formatting #1574

### Reporting a bug? I'm trying to use pluralization and formatting together. This works as it should, but the TypeScript types seem to be incorrect, which makes it impossible to...

🔨 p3-minor-bug
typescript

### Clear and concise description of the problem So it all starts with our app in my job, we started it with `vue 2` with `vue-i18n` 2 years ago, and...

Status: Proposal

### Reporting a bug? In my project, I'm using @vue/compat and Bootstrap Vue. I'm experiencing some issues with the tooltips not working as intended. ### Expected behavior show tooltip. ###...

🔨 p3-minor-bug
vue-compat

### Clear and concise description of the problem ref: https://github.com/nuxt-modules/i18n/issues/2472 ### Reproduction https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-dgbghr?file=pages%2Findex.vue ### Describe the bug global `` custom blocks seem to be ignored or excluded somehow when used...

Type: Improvement
Status: Proposal
🍰 p2-nice-to-have