forked from miguel456/rbrecruiter
Update supported locales
This commit is contained in:
parent
bd530696d2
commit
fd8bf4f0f2
|
@ -7,8 +7,8 @@ return [
|
||||||
// Regional languages are sorted by their base language, so "British English" sorts as "English, British"
|
// Regional languages are sorted by their base language, so "British English" sorts as "English, British"
|
||||||
'supportedLocales' => [
|
'supportedLocales' => [
|
||||||
'en' => ['name' => 'English', 'script' => 'Latn', 'native' => 'English', 'regional' => 'en_GB'],
|
'en' => ['name' => 'English', 'script' => 'Latn', 'native' => 'English', 'regional' => 'en_GB'],
|
||||||
'es' => ['name' => 'Spanish', 'script' => 'Latn', 'native' => 'español', 'regional' => 'es_ES'],
|
'es' => ['name' => 'Spanish', 'script' => 'Latn', 'native' => 'Español', 'regional' => 'es_ES'],
|
||||||
'pt' => ['name' => 'Portuguese', 'script' => 'Latn', 'native' => 'português', 'regional' => 'pt_PT'],
|
'pt' => ['name' => 'Portuguese', 'script' => 'Latn', 'native' => 'Português', 'regional' => 'pt_PT'],
|
||||||
],
|
],
|
||||||
|
|
||||||
// Requires middleware `LaravelSessionRedirect.php`.
|
// Requires middleware `LaravelSessionRedirect.php`.
|
||||||
|
|
Loading…
Reference in New Issue