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

### Clear and concise description of the problem Could you please add code samples and/or documentation how to use `@intlify/core` in bare NodeJS app. ### Suggested solution Code samples or...

good first issue
Status: PR Welcome
Status: Proposal

### Reporting a bug? After upgrade from `9.3.0-beta.27`, the mock of `useI18n()` doesn't work: ```typescript import * as vueI18n from 'vue-i18n' vi.spyOn(vueI18n, 'useI18n').mockReturnValue({}) ``` throws `Property 'mockReturnValue' does not exist...

Status: Need More Info

### Reporting a bug? Hello. Using Chrome, we've noticed an incorrect display of **time at noon** when using "en-GB" format. A date like **01/01/2023 12:00** is displayed as **01/01/2023, 0:00...

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

### Clear and concise description of the problem In version 9.3.0, this `console.warn` message is shown every time we instantiate the plugin with `createI18n`. > [intlify] 'allowComposition' option will be...

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 | |---|---|---|---|---|---| | [rimraf](https://togithub.com/isaacs/rimraf) | [`^3.0.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/rimraf/3.0.2/5.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rimraf/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Type: Dependency

### Clear and concise description of the problem If you have a message that is quite long and you want to add linebreaks in that message there is no option...

Status: Proposal

### Reporting a bug? The global variable "$t" show issue 'Property '$t' does not exist on type' in vue template My ./i18n/index.ts files : ``` import { createI18n } from...

Status: Need More Info
typescript

### Reporting a bug? When a deep not exist current locale, but exist in fallback locale, it will throw error `Cannot read properties of null (reading 'xxx')` ### Expected behavior...

### Reporting a bug? When using YAML lists with `tm` and `rt`, you can't look up values with `te` in the process. Here's an example: ```html

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

### Clear and concise description of the problem It would be nice to have `formatRange()` supported by the library. ### Suggested solution Support: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatRange ### Alternative _No response_ ### Additional...

Status: Proposal