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? [Example from documentation](https://vue-i18n.intlify.dev/api/composition.html#tm-key) not working correctly. tm - returns `numer` type when you try to iterate via array ### Expected behavior `content` variable type should be...

Status: Review Needed

Closes #1124 Closes https://github.com/nuxt-modules/i18n/issues/1753 This PR adds type safety for message translations when used with helpers like t(). The reason it's a breaking change is because it's more strict, which...

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

### Reporting a bug? When using implicit fallback values it would make sense not to throw warnings because this is intended. Example: You are using `en-GB` and `en-US` as languages....

good first issue
help wanted
Status: PR Welcome
🍰 p2-nice-to-have

## reference >vue-i18n API documentation does not mention that an error is raised if an unexpected ?>value is specified. >https://vue-i18n.intlify.dev/api/composition.html#composernumberformatting >I think it would help to mention it in the...

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

### Reporting a bug? te function returns false for de-AT locale although t function is able to fallback to language de. ### Expected behavior I think it is problematic that...

Status: Proposal

### Reporting a bug? `npx vite-bundle-visualizer`: ![image](https://github.com/intlify/vue-i18n-next/assets/6134511/bac9cda6-5e15-4057-b267-50b03e07f0f6) The message compiler is still part of the build. Why? ### Expected behavior The message compiler should not be here, right? ### Reproduction...

Status: Need More Info

### Clear and concise description of the problem Sometimes values are undefined within an application, unfortunately this will throw a 500 error (at least in Nuxt) so the whole page...

Status: Proposal

### Reporting a bug? The `$t` global function in SFCs' templates don't seem to support global TypeScript definitions. ![CleanShot 2022-11-05 at 23 02 35](https://user-images.githubusercontent.com/16060559/200142987-a1115247-4dbf-4d44-ab54-10f7a7fdb732.png) The [documentation](https://vue-i18n.intlify.dev/guide/advanced/typescript.html#global-resource-schema-type-definition) regarding this topic doesn't...

Status: Proposal
🍰 p2-nice-to-have
typescript

### Clear and concise description of the problem I'm currently unable to come up with a simple solution to: ```json { "en": { "message": { "hits": "No hits | One...

Status: Proposal

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://togithub.com/rollup/rollup)) | [`^3.29.2` -> `^4.0.0`](https://renovatebot.com/diffs/npm/rollup/3.29.4/4.18.0) |...

Type: Dependency