Commit 12b50830 authored by Pörös Dávid's avatar Pörös Dávid

fix native in available locales conf

add hunagiran to english tabs
parent 4cd9e649
...@@ -27,6 +27,7 @@ return [ ...@@ -27,6 +27,7 @@ return [
'czech' => 'Czech', 'czech' => 'Czech',
'swedish' => 'Svenska', 'swedish' => 'Svenska',
'korean' => 'Korean', 'korean' => 'Korean',
'hungarian' => 'Magyar',
], ],
'button' => [ 'button' => [
'cancel' => 'Cancel', 'cancel' => 'Cancel',
......
...@@ -119,7 +119,7 @@ return [ ...@@ -119,7 +119,7 @@ return [
'lg' => ['name' => 'Ganda', 'script' => 'Latn', 'native' => 'Luganda'], 'lg' => ['name' => 'Ganda', 'script' => 'Latn', 'native' => 'Luganda'],
'luy' => ['name' => 'Oluluyia', 'script' => 'Latn', 'native' => 'Luluhia'], 'luy' => ['name' => 'Oluluyia', 'script' => 'Latn', 'native' => 'Luluhia'],
'lb' => ['name' => 'Luxembourgish', 'script' => 'Latn', 'native' => 'Lëtzebuergesch'], 'lb' => ['name' => 'Luxembourgish', 'script' => 'Latn', 'native' => 'Lëtzebuergesch'],
'hu' => ['name' => 'Hungarian', 'script' => 'Latn', 'native' => 'magyar'], 'hu' => ['name' => 'Hungarian', 'script' => 'Latn', 'native' => 'Magyar'],
'mgh' => ['name' => 'Makhuwa-Meetto', 'script' => 'Latn', 'native' => 'Makua'], 'mgh' => ['name' => 'Makhuwa-Meetto', 'script' => 'Latn', 'native' => 'Makua'],
'mg' => ['name' => 'Malagasy', 'script' => 'Latn', 'native' => 'Malagasy'], 'mg' => ['name' => 'Malagasy', 'script' => 'Latn', 'native' => 'Malagasy'],
'mt' => ['name' => 'Maltese', 'script' => 'Latn', 'native' => 'Malti'], 'mt' => ['name' => 'Maltese', 'script' => 'Latn', 'native' => 'Malti'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment