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? After upgrade to typescript v5. The type check with `vue-tsc` throws errors with the usage of `$t` in vue template syntax. I think this might come...

has the workaround
typescript

### Clear and concise description of the problem There is this abandoned tool https://github.com/Spittal/vue-i18n-extract that should handle removing unused keys from localization json files. ### Suggested solution A built-in way...

Status: Proposal

### Reporting a bug? I have this composable that stores local messages: ```ts import { type I18nScope, useI18n } from 'vue-i18n' interface UseI18nSchema { message: Record } type UseI18nLocale =...

🔨 p3-minor-bug
typescript

I can't find a way to disable global scope warning for i18n-n component, scope:'global' doesn't work, works only for i18n-t. @kazupon can you please help us out to remove this...

Type: Feature
Status: Proposal

### Clear and concise description of the problem If one wants to translate a `key` to a specific locale, this is possible by stating the locale in the `TranslateOptions` object....

Status: Proposal
API

### Reporting a bug? ``` type “{ $: ComponentInternalInstance; $data: {}; $props: Partial & Omit; ... 10 more ...; $watch any)>(source: T, cb: T extends (...args: any) => infer R...

has the workaround
typescript

### Reporting a bug? Before updating to TS5, everything worked fine. After the update this erro occurs on build: ``` TS2769: No overload matches this call. Overload 1 of 2,...

Status: Need More Info

### Reporting a bug? When I use the `i18n-t` component it does not load the translation and only uses its key as fallback **unless** I add some `const x =...

Status: In Progress
i18n-t

### Clear and concise description of the problem The documentation only shows using modifiers with linked message, but says it supports named, list and literals. There is no documentation on...

good first issue
Status: Proposal
Type: Documentation
🍰 p2-nice-to-have

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

Type: Dependency