vue3-gettext icon indicating copy to clipboard operation
vue3-gettext copied to clipboard

Lazy load language files to minimize download size

Open jbaldivieso opened this issue 8 months ago • 2 comments

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.

jbaldivieso avatar Jun 05 '24 17:06 jbaldivieso