You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, ifabreges
Thanks for the great plugin.
It took me a while figuring out how to make it work on my nativescript-vue project.
As nativescript-vue has been updated to 2.0.
The following settings work for me.
I tested it and adding the L pipe to the application resources isn't required. It seems that nativescript is not taking into account the modified strings file at build time, it only takes it into account during the next build. I don't know how to fix that for now.
Hi, ifabreges
Thanks for the great plugin.
It took me a while figuring out how to make it work on my nativescript-vue project.
As nativescript-vue has been updated to 2.0.
The following settings work for me.
in main.js file
const application = require("application");
const localize = require("nativescript-localize");
application.setResources({ L: localize });
Vue.filter("L", localize);
in abc.vue file
works like charms while will yield errors.
The text was updated successfully, but these errors were encountered: