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

add defaut translation language in config #38

Open neoteknic opened 4 years ago

neoteknic commented 4 years ago

Can you add a config to set default translation languages ? Example : $this->locales = array_filter(explode(",", $this->ask('What are the target locales? Comma seperate each lang key', config('laravel_google_translate.target_languages','tr,it'))));

Thank you