vue3-gettext
vue3-gettext copied to clipboard
Lazy load language files to minimize download size
It appears that, despite having specified splitJson: true
in the config, ultimately all translations get minified into the same file for my app. It would be ideal to lazily load languages only upon their activation. Once you have multiple languages with nontrivial amounts of content, the file size really starts to add up, with no benefit to your average single-language user.