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 vue-i18n@next only exposes components as kebab-case, which is in direct conflict with our [ESLint rules which forbid kebab-case component names](https://eslint.vuejs.org/rules/component-name-in-template-casing.html#kebab-case). PascalCase...

Status: Proposal

### Reporting a bug? When I implemented a function to globally switch locale as follows: The type definition for `i18n.global.locale` is wrong: By printing out the console, I was able...

❗ p4-important
typescript

### Reporting a bug? Using $te in vue-components are not available with vue-i18n 9.2.0. The others like $t, $tm however exists: https://vue-i18n.intlify.dev/guide/advanced/composition.html#global-scope (implicit) ### Expected behavior In Vue-Templates access to...

Status: Proposal

### Reporting a bug? Warning in console. ### Expected behavior no warnings ### Reproduction i used command 'vue add i18n' ### System Info ```shell "dependencies": { "core-js": "^3.8.3", "register-service-worker": "^1.7.2",...

Status: Review Needed

### Reporting a bug? I did a console.log on app after calling app.use(i18n) and the vuei18n attribute (__VUE_I18N__) is not in the application which I want to use to merge...

help wanted
Status: PR Welcome
🔨 p3-minor-bug

### Clear and concise description of the problem [petite-vue-i18n](https://github.com/intlify/vue-i18n-next/tree/master/packages/petite-vue-i18n#petite-vue-i18n) is currently not mentioned in the [docs](https://vue-i18n.intlify.dev/guide/). ### Suggested solution Consider mentioning it in the docs, like [petite-vue](https://vuejs.org/guide/extras/ways-of-using-vue.html#standalone-script), so that more...

help wanted
Status: PR Welcome
Status: Proposal
Type: Documentation

### Reporting a bug? When formatting a plural message with `$tc()` the interpolated `{n}` or `{count}` value is always displayed in the Western Arabic numeral system (1, 2, 3). Different...

Status: Review Needed

### Reporting a bug? In dev mode, interpolation works as expected. Interpolation does not work in production mode. **In dev mode:** ![image](https://user-images.githubusercontent.com/5417292/178742718-d3061808-a3e6-4374-bf3a-e9d262ce94c9.png) **In prod mode:** ![image](https://user-images.githubusercontent.com/5417292/178743228-bf434a87-78a5-4147-8c40-e578f47863bb.png) **translate:** ![image](https://user-images.githubusercontent.com/5417292/178743633-a624297c-7158-4e29-9c54-4f91d9ca8f57.png) **template:** ![image](https://user-images.githubusercontent.com/5417292/178743918-0db1b615-5bc5-4252-857a-01d0c8cbb8c5.png)...

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

Type: Dependency

### Reporting a bug? Hi, I appreciate all the work on this plugin / problem. That being said, I'm having major difficulty understanding basic usage and all the version /...

Type: Bug
workaround