easy-i18n
easy-i18n copied to clipboard
Support multiple flavor template
Working in vue, we have more than one way to translate with vue-i18n. We can use i18n.global.t("")
or deconstruct t
from useI18n()
or maybe even use $t in template.
So it may be useful to be able to add more than one flavor template to benefit from the plugin in any case.
Thanks !