Search posts, tags, users, and pages
Václav Hodek
Helping developers to localize their apps to more languages at localazy.com
Localization of any type of application, be it a web, mobile or desktop app, can be tedious and irritating. In this article, I'll show you how can you handle that easily with Localazy and vue-18n in a way that you'll spend your time effectively and a...
Michael Cinkus
Is it possible to get this working when using <i18n></i18n> blocks from vue-i18n-loader instead of centralized json files?
<i18n></i18n>
vue-i18n-loader
Dan Charvát
Lead Front-end developer @Localazy
Hi. You can use it like this <i18n src="./myLang.json"></i18n>, but that still requires to have the strings in a json file.
<i18n src="./myLang.json"></i18n>
If you define the phrases in .vue files, then this is not supported, at least not yet.
.vue
However, thanks a lot for your comment. We are now discussing how to add this feature, and it will be supported for sure!
Michael Cinkus
Is it possible to get this working when using
<i18n></i18n>blocks fromvue-i18n-loaderinstead of centralized json files?