Skip to content

intlify/vue-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b98662 Β· Dec 24, 2024
Jul 22, 2023
Sep 21, 2024
Sep 4, 2024
May 12, 2018
Dec 8, 2024
Jul 14, 2021
Dec 24, 2024
Dec 6, 2024
Nov 28, 2024
Dec 24, 2024
Dec 24, 2024
Apr 20, 2024
Feb 16, 2017
Dec 7, 2020
Apr 6, 2020
Sep 30, 2023
Dec 29, 2022
Dec 3, 2024
Apr 7, 2021
Jul 5, 2021
May 23, 2024
Jun 5, 2024
Jun 29, 2024
Dec 19, 2024
Dec 29, 2022
Feb 16, 2017
Dec 24, 2024
Aug 9, 2024
Jul 16, 2022
Nov 24, 2020
Sep 4, 2024
Dec 24, 2024
Dec 13, 2024
Sep 29, 2023
Feb 29, 2024
Apr 22, 2024
Sep 11, 2024
Jul 29, 2024
Sep 5, 2024
Nov 30, 2020
May 14, 2024
Feb 25, 2023
Jul 13, 2023

Repository files navigation

vue-i18n

Note

This is the repository for Vue I18n 9 for Vue 3

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:

πŸ… Platinum Sponsors

✨ Special Sponsors

πŸ₯‡ Gold Sponsors

πŸ₯ˆ Silver Sponsors

πŸ₯‰ Bronze Sponsors

Route Optimizer and Route Planner Software


Status: CI

Quickstart

  • Via CDN: <script src="https://unpkg.com/vue-i18n@9"></script>
  • In-browser playground on CodeSandbox
  • Add it to an existing Vue Project:
    npm install vue-i18n@9

Changes from Vue I18n v8

Please consult the Migration Guide.

πŸ™‹β€β™‚οΈ About support for v9 and earlier

  • v7 and v8: we will follow Vue v2 maintenance lifespan

🍭 Examples

See the 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 vue-i18n
petite-vue-i18n petite-vue-i18n
@intlify/core @intlify/core
@intlify/core-base @intlify/core-base
@intlify/message-compiler @intlify/message-compiler
@intlify/shared @intlify/shared

πŸƒ Other Projects

Project NPM Repo
Vue I18n Extensions @intlify/vue-i18n-extensions intlify/vue-i18n-extentions
ESLint Plugin @intlify/eslint-plugin-vue-i18n intlify/eslint-plugin-vue-i18n
CLI intlify/cli intlify/cli
Unplugin (Vite) plugin @intlify/unplugin-vue-i18n intlify/unplugin-vue-i18n
Vue I18n Locale Message Tools vue-i18n-locale-message intlify/vue-i18n-locale-message

πŸ’ͺ Contribution

Please make sure to read the Contributing Guide before making a pull request.

©️ License

MIT