Polyconseil / vue-gettext

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

Unable to use interpolation without Vue #119

Closed neSpecc closed 3 years ago

neSpecc commented 3 years ago

One of useful features of this library is an ability to use it both for Vue and non-vue parts of application.

Unfortunately, there is no ability to use interpolation in there.

I think, it would be great to expose the gettextInterpolate method as well.

neSpecc commented 3 years ago

Resolved