Polyconseil / vue-gettext

Translate your Vue.js applications with gettext.
MIT License
278 stars 55 forks source link

Do not use 'this' in translate.js #115

Closed janlazo closed 4 years ago

janlazo commented 4 years ago

'this' is not defined when not installing the plugin on Vue.

Fix https://github.com/Polyconseil/vue-gettext/pull/113#issuecomment-654496057

janlazo commented 4 years ago

Thanks. Tested it today. Works in nodejs scripts now.