language fixes
This commit is contained in:
parent
24c34252be
commit
38cefd1ea3
@ -21,7 +21,17 @@ return [
|
||||
| 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' => 'tw', 'long' => 'zh-TW', 'english' => 'Chinese (T)', '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'],
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user