我正在使用 LazZiya Express Localization 来本地化我的项目。我有一个问题:我可以对 js 文件 (vuejs) 使用 LazZiya 本地化吗?例子:
const renderVueForm = () => {
console.log('site js');
let html = `<div localize-content>Oh my darling i love you so. You mean everything to me.</div>`;
return html;
};