intlify / vue-cli-plugin-i18n

:globe_with_meridians: Vue CLI plugin to add vue-i18n to your Vue Project
MIT License
196 stars 41 forks source link

Allow multiple translation files for each locale #254

Open rspendl opened 2 years ago

rspendl commented 2 years ago

This PR modified i18n.js (or .ts) so that multiple files from src/locales can be used as translations for every locale. Having translations in multiple files like en.menu.json, en.articles.json,... makes maintenance of translations much easier.