https://github.com/intlify/vue-i18n
Vue I18n for Vue 3
https://github.com/intlify/vue-i18n
i18n internationalization library plugin vue vue3 vuejs
Last synced: 2 months ago
JSON representation
Vue I18n for Vue 3
- Host: GitHub
- URL: https://github.com/intlify/vue-i18n
- Owner: intlify
- License: mit
- Created: 2020-01-05T17:38:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T01:21:04.000Z (about 1 year ago)
- Last Synced: 2025-05-11T23:55:55.600Z (about 1 year ago)
- Topics: i18n, internationalization, library, plugin, vue, vue3, vuejs
- Language: TypeScript
- Homepage: https://vue-i18n.intlify.dev
- Size: 26.9 MB
- Stars: 2,426
- Watchers: 15
- Forks: 361
- Open Issues: 160
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- fucking-awesome-vue - vue-i18n - Internationalization plugin for Vue.js (Resources / Truly awesome projects)
- awesome-i18n - vue-i18n - vue i18n is internationalization plugin for Vue.js (đĻ Libraries / VueJS)
- awesome-vue - vue-i18n - Internationalization plugin for Vue.js (Resources / Truly awesome projects)
README
# vue-i18n
> [!NOTE]
> This is the repository for Vue I18n 9 for Vue 3
> [!IMPORTANT]
> When running `npm install`, v11 may appear as deprecated. **This was a mistake when deprecating v9 and v10. v11 will continue to be maintained**.
Internationalization plugin for Vue.js
Supporting Vue I18n & Intlify Project
Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
- [Become a Sponsor on GitHub](https://github.com/sponsors/kazupon)
## Status: [](https://github.com/intlify/vue-i18n/actions/workflows/ci.yml)
- v11: stable (About maintenance status, see the [here](https://vue-i18n.intlify.dev/guide/maintenance.html))
- [Documentation](https://vue-i18n.intlify.dev/)
## Quickstart
- Via CDN: ``
- In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-i18n-9-template-h28c0)
- Add it to an existing Vue Project:
```bash
npm install vue-i18n@11
```
## Vue I18n v8
Vue I18n v8 has reached EOL and is no longer actively maintained. Upgrade to Vue I18n v9 or later.
## đ Examples
See the [`examples`](https://github.com/intlify/vue-i18n/tree/master/examples) directory.
The examples are offered in the following two API styles:
- composition
- Examples using the new Vue I18n API for Vue 3 Composition API
- legacy
- Examples using the Vue I18n API that are almost compatible with Vue I18n v8.x
## đĻ Main Packages
| Package | NPM |
| ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| [vue-i18n](packages/vue-i18n) | [](https://www.npmjs.com/package/vue-i18n) |
| [petite-vue-i18n](packages/petite-vue-i18n) | [](https://www.npmjs.com/package/petite-vue-i18n) |
| [@intlify/core](packages/core) | [](https://www.npmjs.com/package/@intlify/core) |
| [@intlify/core-base](packages/core-base) | [](https://www.npmjs.com/package/@intlify/core-base) |
| [@intlify/message-compiler](packages/message-compiler) | [](https://www.npmjs.com/package/@intlify/message-compiler) |
| [@intlify/shared](packages/shared) | [](https://www.npmjs.com/package/@intlify/shared) |
## đ Other Projects
| Project | NPM | Repo |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| Vue I18n Extensions | [](https://www.npmjs.com/package/@intlify/vue-i18n-extensions) | [intlify/vue-i18n-extentions](https://github.com/intlify/vue-i18n-extensions) |
| ESLint Plugin | [](https://www.npmjs.com/package/@intlify/eslint-plugin-vue-i18n) | [intlify/eslint-plugin-vue-i18n](https://github.com/intlify/eslint-plugin-vue-i18n) |
| CLI | [](https://www.npmjs.com/package/@intlify/cli) | [intlify/cli](https://github.com/intlify/cli) |
| Unplugin (Vite) plugin | [](https://www.npmjs.com/package/@intlify/unplugin-vue-i18n) | [intlify/unplugin-vue-i18n](https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n) |
| Vue I18n Locale Message Tools | [](https://www.npmjs.com/package/vue-i18n-locale-message) | [intlify/vue-i18n-locale-message](https://github.com/intlify/vue-i18n-locale-message) |
## đĒ Contribution
Please make sure to read the [Contributing Guide](https://github.com/intlify/vue-i18n/blob/master/.github/CONTRIBUTING.md) before making a pull request.
## ÂŠī¸ License
[MIT](http://opensource.org/licenses/MIT)