vue-i18n
vue-i18n copied to clipboard
Vue I18n for Vue 3
### 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...
### 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...
### 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...
### 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...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
### 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...
### 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...
### 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
### 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...