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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://togithub.com/vuejs/eslint-plugin-vue)) | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/8.7.1/9.3.0) |...

Type: Dependency

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chalk](https://togithub.com/chalk/chalk) | [`^4.1.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.0.1) | [![age](https://badges.renovateapi.com/packages/npm/chalk/5.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Type: Dependency

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@secretlint/secretlint-rule-preset-recommend](https://togithub.com/secretlint/secretlint/tree/master/packages/@secretlint/secretlint-rule-preset-recommend/) ([source](https://togithub.com/secretlint/secretlint)) | [`^3.1.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@secretlint%2fsecretlint-rule-preset-recommend/3.3.0/5.2.4) |...

Type: Dependency

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-replace](https://togithub.com/rollup/plugins) | [`^3.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-replace/3.1.0/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-replace/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Type: Dependency

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-commonjs](https://togithub.com/rollup/plugins) | [`^21.0.0` -> `^22.0.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/21.1.0/22.0.2) | [![age](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-commonjs/22.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Type: Dependency

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...

Type: Dependency

### Reporting a bug? Currently `$d` only allows `number` or `Date` as input via TypeScript But we are using `ISO 8601` strings and using these as input is totally fine...

Type: Bug
❗ p4-important
typescript

### Clear and concise description of the problem Hi! I could not find any solution for select (for example, for genders) and ordinal (1st, 2nd, 3rd...) i18n. Is there any...

Status: Proposal

Vue 3 has this yet experimental syntax [Script Setup 'SFC Composition API Syntax Sugar'](https://github.com/vuejs/rfcs/blob/sfc-improvements/active-rfcs/0000-sfc-script-setup.md). I'm wondering how to best expose the translation method `t` in components written with this syntax....

Type: Feature
Status: Proposal

### Clear and concise description of the problem I followed all the steps from the [Typescript support](https://vue-i18n.intlify.dev/guide/advanced/typescript.html#typescript-support) page but it does not give an error when I use the `t`...

Status: Proposal
❗ p4-important
typescript