62 likes
·
1.5K reads
3 comments
·Oct 30, 2020
Oct 30, 2020
Is it possible to get this working when using <i18n></i18n>
blocks from vue-i18n-loader
instead of centralized json files?
1
·
·2 replies
·Oct 30, 2020
Oct 30, 2020
Hi. You can use it like this <i18n src="./myLang.json"></i18n>
, but that still requires to have the strings in a json file.
If you define the phrases in .vue
files, then this is not supported, at least not yet.
1
·
Author
·Oct 30, 2020
However, thanks a lot for your comment. We are now discussing how to add this feature, and it will be supported for sure!
1
·