vue-i18nextv9

@vue-i18nextv9

Documentation for vue-i18next version 9

Public team

Community (0)
No community contribution yet

Joined on Apr 7, 2021

  • :::tip NOTE We will be using ES6 in the code samples in the guide. Also, all examples will be using the full version of Vue to make on-the-fly template compilation possible. See more details here. ::: Creating a global application with Vue + Vue I18n is dead simple. With Vue.js, we are already composing our application with components. When adding Vue I18n to the mix, all we need to ready resource messages and simply use the localization API and they offered with Vue I18n. Here’s a basic example:
     Like  Bookmark
  • Introduction Getting started Installation Guide Formatting Pluralization DateTime localization Number localization Locale messages syntax
     Like  Bookmark
  • Compatibility Note Vue.js 3.0.0+ Direct Download https://unpkg.com/vue-i18n@next unpkg.com provides a npm-based CDN links. The above link will always point to the latest release on npm. Global import
     Like  Bookmark
  • :::tip NOTE Already know Vue I18n v8.x and just want to learn about what’s new in Vue I18n v9? Check out the Migration Guide! ::: Vue I18n is internationalization plugin of Vue.js. It easily integrates some localization features to your Vue.js Application. Features includes: Go to Get Started Sponsors 🥇 Gold
     Like  Bookmark
  • --- home: true heroImage: ./vue-i18n-logo.png actionText: Get Started → actionLink: introduction features: - title: Easy details: You can introduce internationalization into your app with simple API - title: Powerful details: In addition to simple translation, support localization such as pluralization, number, datetime ... etc - title: Component-oriented details: You can manage locale messages on single file component footer: MIT Licensed | Copyright © 2020 kazuya kawaguchi ---
     Like  Bookmark