© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
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
Václav Hodek
Helping developers to localize their apps to more languages at localazy.com
However, thanks a lot for your comment. We are now discussing how to add this feature, and it will be supported for sure!