language fixes

This commit is contained in:
denisdulici 2018-12-20 11:32:33 +03:00
parent 24c34252be
commit 38cefd1ea3

View File

@ -21,7 +21,17 @@ return [
| to url('/') | to url('/')
| |
*/ */
'home' => true, 'home' => false,
/*
|--------------------------------------------------------------------------
| Add Language Code
|--------------------------------------------------------------------------
|
| This option will add the language code to the redirected url
|
*/
'url' => false,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -177,6 +187,6 @@ return [
['short' => 'tr', 'long' => 'tr-TR', 'english' => 'Turkish', 'native' => 'Türkçe'], ['short' => 'tr', 'long' => 'tr-TR', 'english' => 'Turkish', 'native' => 'Türkçe'],
['short' => 'tw', 'long' => 'zh-TW', 'english' => 'Chinese (T)', 'native' => '繁體中文'], ['short' => 'tw', 'long' => 'zh-TW', 'english' => 'Chinese (T)', 'native' => '繁體中文'],
['short' => 'uk', 'long' => 'uk-UA', 'english' => 'Ukrainian', 'native' => 'Українська'], ['short' => 'uk', 'long' => 'uk-UA', 'english' => 'Ukrainian', 'native' => 'Українська'],
['short' => 'vn', 'long' => 'vi-VN', 'english' => 'Vietnamese', 'native' => 'Tiếng Việt'], ['short' => 'vi', 'long' => 'vi-VN', 'english' => 'Vietnamese', 'native' => 'Tiếng Việt'],
], ],
]; ];