unplugin-vue-i18n can use the bundler virtual mechanism to import all locales at once, using the special identifier@intlify/unplugin-vue-i18n/messages, as the bellow: import{createApp}from'vue'import{createI18n}from'vue-i18n'/** All i18n resources specified in the plugin `include` option can...