Does Localazy support vue-i18n for Vue.js localization?
Yes it does! You might enjoy the fact that we are building the front-end of the Localazy platform with Vue.js and vue-i18n, and we are a proud sponsor of Kazupon, who is the creator of the library.
Integrating your project with Localazy is pretty straightforward, and you can do it in five short steps:
-
Sign up and create your first project. ๐
-
From the list of integrations, choose Vue.js, install Localazy CLI, and configure vue-i18n. ๐จโ๐ป
-
Copy and modify this configuration into the
localazy.jsonfile in the root. -
Create a
localesfolder with a JSON file based on the source language. E.g.,en.json๐ -
Run
localazy uploadin the CLI to upload your source file.
After you translate your strings to the desired languages, you can download the translations by running localazy download. ๐
Follow the whole tutorial How to localize Vue.js app with vue-i18n and Localazy on the Localazy Blog.
Was this article helpful?
Please help us with improving our documentation.
We appreciate all your feedback.