vue-i18n
vue-i18n copied to clipboard
Vue I18n for Vue 3
### 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...
### 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...
### 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 =...
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...
### 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....
### Reporting a bug? ``` type “{ $: ComponentInternalInstance; $data: {}; $props: Partial & Omit; ... 10 more ...; $watch any)>(source: T, cb: T extends (...args: any) => infer R...
### 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,...
### 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 =...
### 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...
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...