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

Hi authors and new authors of `vue-i18n` In the use cases of ours. We are expanding our i18n to around 50+ languages. Some of the UI strings for i18n are...

Type: Feature
Status: Proposal

I didn't find any info on this, so I'm not sure if this feature exists. In an effort to introduce a controlled, limited usage of html tags in our localization...

Type: Feature
Status: Proposal

👋 We just released `@formatjs/intl` that detaches the imperative API from the React binding (react-intl uses this basically) so I'm curious if vue-i18n-next can use it? It basically has everything...

## createI18n ```ts const i18n = createI18n({ messages: { en: import('/path/to/en.json').default } } ``` ## useI18n ```ts const i18n = useI18n({ messages: { en: import('/path/to/en.json').default } } ```

Type: Feature
good first issue
help wanted

### Reporting a bug? I use i18n.global.t in ts file, when i switch the local, $t api change successfully,but i18n.global.t api have any change ### Expected behavior i18n.global.t api can...

Status: Review Needed

### Reporting a bug? I'm trying to use pluralization on my application, passing arguments and reading the text from a JSON file, like for example: ``` { "announcerUsersList": "There are...

Status: Review Needed

### Reporting a bug? With a simple vue 3 and vue-i18n (e.g. v9.2+) typescript (v4.8+) setup, hundreds of circular constraints and index errors are thrown when building (tsc -c) ```...

Status: Review Needed

### Reporting a bug? After updating the Vue version to 3.2.40, the $t inside the Vue template files throws a TypeScript typing error: ``` error TS2339: Property '$t' does not...

Status: Review Needed

### Reporting a bug? Problem: Using the Translation component correctly, but the linter warns the typing error for this component. ![image](https://user-images.githubusercontent.com/11206864/195852046-b82a8aca-883d-4aec-ab1e-f20b9d4f83a0.png) ### Expected behavior Show the component typings correctly ```ts...

Status: Review Needed

### Reporting a bug? Typescript gives an error `Property 'tc' does not exist on type Composer` in the code like that: ````typescript import { useI18n } from 'vue-i18n' const i18n...

Status: Review Needed