Language selector (#16253)

* Add language selector

* Use intl display names

* Use language picker in general settings and profile

* Add nativeName option

* Add format language util

* Add display-name polyfill

* Add native name to selector

* Rename variable
This commit is contained in:
Paul Bottein
2023-04-20 16:12:49 +02:00
committed by GitHub
parent 088cc69083
commit 65161ce581
16 changed files with 287 additions and 76 deletions

View File

@@ -27,6 +27,7 @@ const LOAD_ELEMENTS = {
entity: () => import("./ha-selector-entity"),
statistic: () => import("./ha-selector-statistic"),
file: () => import("./ha-selector-file"),
language: () => import("./ha-selector-language"),
navigation: () => import("./ha-selector-navigation"),
number: () => import("./ha-selector-number"),
object: () => import("./ha-selector-object"),