martinlindhe / laravel-vue-i18n-generator

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

Written to messages optional #61

Closed voicecode-bv closed 6 years ago

voicecode-bv commented 6 years ago

Hi Martin,

Would it be possible to make the output messages optional? When using Artisan::call('vue-i18n:generate') in Laravel Nova this could break some JSON output as it's not valid JSON.

Update: just added a PR

martinlindhe commented 6 years ago

Sure, thanks for PR

martinlindhe commented 6 years ago

Released 0.1.30 with your PR included, thanks!