tanmuhittin / laravel-google-translate

Translate translation files to other languages using google translate or another translation api
MIT License
424 stars 71 forks source link

Laravel 5.5 installation throwing [ERROR] Undefined index: No #17

Closed LarryBarker closed 4 years ago

LarryBarker commented 5 years ago

I am trying to use this package with a Laravel 5.5 installation and am getting an error after specifying my locales. I have debugged the source a bit and determined the issue is with https://github.com/tanmuhittin/laravel-google-translate/blob/83275a6f32090dd54fe7d33f6498243943b5961c/src/commands/TranslateFilesCommand.php#L62

For some reason it is not picking up the default choice here. Any suggestions are appreciated! Thanks!

tanmuhittin commented 4 years ago

Closing the issue due to inactivity