Lazy loading i18n translations
-
I am looking for a simple example of lazy loading my i18n translation files. I can’t figure out if I need to make any changes to quasar.conf.js so that the individual language files get versioned and spitted out during build. This example is not helping me http://kazupon.github.io/vue-i18n/guide/lazy-loading.html My setup is a typical quasar project I have a boot file i18n.js and a i18n folder with individual {lang}.js files. Any pointer is appreciated. TIA.