easy-i18n icon indicating copy to clipboard operation
easy-i18n copied to clipboard

Support multiple flavor template

Open SteamWind opened this issue 4 months ago • 0 comments

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.

image

Thanks !

SteamWind avatar Oct 08 '24 09:10 SteamWind