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

### Reporting a bug? When using vue-18n with typescript I have not found a way to properly type the tm function, following https://vue-i18n.intlify.dev/guide/advanced/typescript.html as guide. See the repro that shows...

Type: Bug
good first issue
help wanted
🔨 p3-minor-bug
typescript

### Clear and concise description of the problem i has a en.json, it just like {pageA:{a:1,b:1},pageB:{a:1,b:1}} now i want to use $t in the pageA but it is very ugly...

Status: Proposal

### Clear and concise description of the problem I recently tried to replace the string {icon} with an -tag and that didn't worked ### Suggested solution Add html support in...

Status: Proposal

### Reporting a bug? i18n().tm('key') dont replace linked messages (@:messages.bla.key) ### Expected behavior Key values should be replaced ### Reproduction 1: ``` { key1: 'key1 value', key2: 'key2 value', keys:...

Status: Review Needed

Previously in version 8 I was able to overwrite the prototype function fetchChoice ``` VueI18n.prototype.fetchChoice = function fetchChoice(message, choice) { handle things } ``` message in my case is an...

### Reporting a bug? As I couldn't figure out how to use unplugin-vue-i18n in combination with nuxtjs following [this integration guide](https://vue-i18n.intlify.dev/guide/integrations/nuxt3), I tried reproducing everything [from the examples](https://github.com/intlify/vue-i18n-next/tree/master/examples/frameworks/nuxt3). However, this...

Status: Review Needed

### Reporting a bug? I followed the instructions for the Legacy API for version 2.6 in the [migration guide](https://vue-i18n.intlify.dev/guide/migration/vue2). But as soon as I open my app, I get an...

Status: Review Needed

### Clear and concise description of the problem Good day, Although this library works great; it has some issues when using it: - there are no defaults values; if the...

Status: Proposal

### Reporting a bug? [The docs describe](https://vue-i18n.intlify.dev/guide/essentials/fallback#implicit-fallback-using-locales) adding an exclamation mark to `locale` to prevent vue-i18n from falling back to language parts when a regional/dialect match isn't found (e.g. `en`...

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

### Reporting a bug? Thanks for a wonderful library! `{ locale: 'en-US!' }` causes the library to `console.warn` about falling back to `en-US` for all translation keys, and appears to...

Status: Review Needed