Home
Softono
i

intlify

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by intlify

vue-i18n
Open Source

vue-i18n

# vue-i18n <!-- eslint-disable markdown/no-missing-label-refs --> > [!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**. <!-- eslint-enable markdown/no-missing-label-refs --> Internationalization plugin for Vue.js <h2 align="center">Supporting Vue I18n & Intlify Project</h2> 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) <p align="center"> <a href="https://cdn.jsdelivr.net/gh/kazupon/sponsors/sponsors.svg"> <img alt="sponsors" src='https://cdn.jsdelivr.net/gh/kazupon/sponsors/sponsors.svg'/> </a> </p> ## Status: [![CI](https://github.com/intlify/vue-i18n/actions/workflows/ci.yml/badge.svg)](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: `<script src="https://unpkg.com/vue-i18n@11"></script>` - 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) | [![vue-i18n](https://img.shields.io/npm/v/vue-i18n.svg)](https://www.npmjs.com/package/vue-i18n) | | [petite-vue-i18n](packages/petite-vue-i18n) | [![petite-vue-i18n](https://img.shields.io/npm/v/petite-vue-i18n.svg)](https://www.npmjs.com/package/petite-vue-i18n) | | [@intlify/core](packages/core) | [![@intlify/core](https://img.shields.io/npm/v/@intlify/core.svg)](https://www.npmjs.com/package/@intlify/core) | | [@intlify/core-base](packages/core-base) | [![@intlify/core-base](https://img.shields.io/npm/v/@intlify/core-base.svg)](https://www.npmjs.com/package/@intlify/core-base) | | [@intlify/message-compiler](packages/message-compiler) | [![@intlify/message-compiler](https://img.shields.io/npm/v/@intlify/message-compiler.svg)](https://www.npmjs.com/package/@intlify/message-compiler) | | [@intlify/shared](packages/shared) | [![@intlify/shared](https://img.shields.io/npm/v/@intlify/shared.svg)](https://www.npmjs.com/package/@intlify/shared) | ## 🏃 Other Projects | Project | NPM | Repo | | ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | | Vue I18n Extensions | [![@intlify/vue-i18n-extensions](https://img.shields.io/npm/v/@intlify/vue-i18n-extensions/next.svg)](https://www.npmjs.com/package/@intlify/vue-i18n-extensions) | [intlify/vue-i18n-extentions](https://github.com/intlify/vue-i18n-extensions) | | ESLint Plugin | [![@intlify/eslint-plugin-vue-i18n](https://img.shields.io/npm/v/@intlify/eslint-plugin-vue-i18n.svg)](https://www.npmjs.com/package/@intlify/eslint-plugin-vue-i18n) | [intlify/eslint-plugin-vue-i18n](https://github.com/intlify/eslint-plugin-vue-i18n) | | CLI | [![intlify/cli](https://img.shields.io/npm/v/@intlify/cli.svg)](https://www.npmjs.com/package/@intlify/cli) | [intlify/cli](https://github.com/intlify/cli) | | Unplugin (Vite) plugin | [![@intlify/unplugin-vue-i18n](https://img.shields.io/npm/v/@intlify/unplugin-vue-i18n.svg)](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 | [![vue-i18n-locale-message](https://img.shields.io/npm/v/vue-i18n-locale-message.svg)](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)

JavaScript Libraries & Components i18n & Localisation
2.7K Github Stars