Generate separate files for separate locales?
ngstwr opened this issue · 4 comments
ngstwr commented
Is it possible to generate separate vue-i18n-locales files for separate locales?
I don’t want to load all the locales in the initial load, want to lazy load the locales using Vuex-i18n.
martinlindhe commented
Yes, the command can be invoked with the --multi
parameter was implemented in #22, however it is not mentioned in the README.
ngstwr commented
Thanks!
I apologise for replying late, I missed the notification of your reply.
I wanted to generate separate locale files based on language. --multi parameter generates separate locale files for separate modules.
martinlindhe commented
Okay, in that case a patch is welcome for your use-case.
martinlindhe commented