Sign in
Log inSign up
Václav Hodek

62 likes

·

1.5K reads

3 comments

Michael Cinkus
Michael Cinkus
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
Dan Charvát
Dan Charvát
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
·
Václav Hodek
Václav Hodek
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
·