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 Currently the TS auto completions show valid keys, but does not show invalid keys. Ideally invalid keys would be indicated via a...

Status: Proposal
❗ p4-important
typescript

### Reporting a bug? When I remove yarn.lock or increase/decrease vue-i18n version, I will get the error 'SyntaxError: Not available in legacy mode' ``` Uncaught (in promise) SyntaxError: Not available...

Status: Review Needed

### Reporting a bug? It's unclear / probably not working how fallbackWarn/missingWarn/silentFallbackWarn options should be used in the following case: - There's lang/message.json file with general translations; - Every component...

Status: Review Needed

### Reporting a bug? The i18n custom block in SFC doesn't work in Vue 3 when using the "older" options API. The global translations are working, but the local translations...

Type: Bug
Status: PR Welcome
❗ p4-important

Bumps [parse-path](https://github.com/IonicaBizau/parse-path) and [@nuxt/telemetry](https://github.com/nuxt/telemetry). These dependencies needed to be updated together. Updates `parse-path` from 4.0.4 to 7.0.0 Release notes Sourced from parse-path's releases. 7.0.0 Add the parse_failed property — whether...

Type: Dependency

This is a repost of [this](https://github.com/kazupon/vue-i18n/issues/1551), I didn't notice I posted on 2.x while I was using 3.x, my bad 😭 Original post: ### Reporting a bug? Hi! I'm not...

Status: Review Needed

### Reporting a bug? Probrem: display in the **development environment Correctly**, but slot-content **doesn't parse in production environment**. en.json: ![image](https://user-images.githubusercontent.com/12482690/192109965-a4796372-fe67-4530-b573-311f0d148665.png) index.vue: ![image](https://user-images.githubusercontent.com/12482690/192109943-8bb97f9e-d81e-40d8-ad37-e97a4c51551b.png) vite.config.ts: (Various configurations have been tried) ![image](https://user-images.githubusercontent.com/12482690/192109959-3f7b5699-2020-4509-90b9-1b244c9dcdff.png) i18n.index.vue:...

Status: Review Needed

### Reporting a bug? using the Translation component in the JSX pure funtion component, there's an error in typescript. ![image](https://user-images.githubusercontent.com/59130959/191643744-77603cca-c1d4-4151-afc0-81ca4a7958f9.png) ### Expected behavior there should be no error there ###...

good first issue
help wanted
Status: Review Needed
Status: PR Welcome
Type: Improvement

### Reporting a bug? ``` [Vue warn]: Component is missing template or render function. SyntaxError: 17 at createCompileError (file:///home/productdevbook/Documents/GitHub/huntersofbook/open-source/node_modules/.pnpm/@[email protected]/node_modules/@intlify/message-compiler/dist/message-compiler.mjs:54:19) at createI18nError (file:///home/productdevbook/Documents/GitHub/huntersofbook/open-source/node_modules/.pnpm/[email protected][email protected]/node_modules/vue-i18n/dist/vue-i18n.runtime.mjs:92:12) at useI18n (file:///home/productdevbook/Documents/GitHub/huntersofbook/open-source/node_modules/.pnpm/[email protected][email protected]/node_modules/vue-i18n/dist/vue-i18n.runtime.mjs:2206:15) at setup (file:///home/productdevbook/Documents/GitHub/huntersofbook/open-source/apps/docs/docs/.vitepress/.temp/app.js:7112:42) at _sfc_main.setup...

help wanted
🔨 p3-minor-bug

### Clear and concise description of the problem I'm trying to use `` in web components ```vue import { ref } from 'vue'; import { useI18n } from 'vue-i18n'; const...

Status: Proposal