I'm using LazZiya Express Localization to localize my project. I have question: Can I use LazZiya localization for js file (vuejs)? Example:
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;
};