Polyconseil / vue-gettext

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

Is it possible to compile a JSON translation file per available language? #142

Open kristofferdamborg opened 2 years ago

kristofferdamborg commented 2 years ago

I would like to be able to render a JSON translation file for each available language in my application, instead of one large file that contains all languages. Is this possible? It would greatly reduce bundle size.