Open neoteknic opened 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'))));
$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
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