Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

old vue-i18next replaced with i18next-vue #204

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/guide/ecosystem/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@ It also supports lazy registration of translation strings, basic pluralisation,
</useful-links-section>
</useful-links>

## Vue-I18Next
## i18Next-vue

> i18next goes beyond just providing the standard i18n features such as (plurals, context, interpolation, format). It provides you with a complete solution to localize your product from web to mobile and desktop.

Vue-i18Next is a wrapper around the i18next library, which is a general, framework agnostic package for managing localisation and internationalisation, lazy loading translations, Namespaced translation for components, component interpolation.
i18next-vue is a wrapper around the i18next library, which is a general, framework agnostic package for managing localisation and internationalisation, lazy loading translations, Namespaced translation for components, component interpolation. Supports Vue 3 an Vue 2.

They offer an optional, very well integrated web service for managing translations - [locize.com](https://locize.com/)

<useful-links>
<useful-links-section title="Official">

* [Documentation](https://panter.github.io/vue-i18next/)
* [Documentation](https://i18next.github.io/i18next-vue/)

</useful-links-section>
<useful-links-section title="Tutorials">

* [Deep Dive: Vue Translation with vue-i18next](https://phraseapp.com/blog/posts/vue-translation-with-vue-i18next/)
* [How to properly internationalize a Vue application using i18next](https://locize.com/blog/i18next-vue/)

</useful-links-section>
</useful-links>
Expand Down