You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: