martinlindhe / laravel-vue-i18n-generator

Generates a vue-i18n compatible include file from your Laravel translations
MIT License
306 stars 207 forks source link

--multi and --multi-locales does not generate any files #123

Closed roarkmccolgan closed 4 years ago

roarkmccolgan commented 4 years ago

Hi Guys.

Laravel 5.3 laravel-vue-i18n-generator 0.1.46

When using --multi and --multi-locales flags, no files are generated and no errors are given. When I omit the flag, the single file with all translations is generated as expected.

I tried downgrading to 0.1.42 as mentioned in #99 however separate files are still not generated

Any help is greatly appreciated and thank you for the great package.

roarkmccolgan commented 4 years ago

User error, my apologies