mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Add new requested languages (#579)
* Add new requested languages * Add Hindi, Telugu, Bengali * Correct order
This commit is contained in:
parent
aa389bf206
commit
f600a8e7f4
@ -2,6 +2,9 @@
|
||||
"bg": {
|
||||
"nativeName": "Български"
|
||||
},
|
||||
"bn": {
|
||||
"nativeName": "বাংলা"
|
||||
},
|
||||
"cs": {
|
||||
"nativeName": "Čeština"
|
||||
},
|
||||
@ -29,6 +32,12 @@
|
||||
"fr": {
|
||||
"nativeName": "Français"
|
||||
},
|
||||
"he": {
|
||||
"nativeName": "עברית"
|
||||
},
|
||||
"hi": {
|
||||
"nativeName": "हिन्दी"
|
||||
},
|
||||
"hu": {
|
||||
"nativeName": "Magyar"
|
||||
},
|
||||
@ -56,9 +65,15 @@
|
||||
"ru": {
|
||||
"nativeName": "Русский"
|
||||
},
|
||||
"sl": {
|
||||
"nativeName": "Slovenščina"
|
||||
},
|
||||
"sv": {
|
||||
"nativeName": "Svenska"
|
||||
},
|
||||
"te": {
|
||||
"nativeName": "తెలుగు"
|
||||
},
|
||||
"th": {
|
||||
"nativeName": "ภาษาไทย"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user