Skip to content

Commit

Permalink
Sort languages alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
unreadablename committed Dec 28, 2023
1 parent a60df0d commit 9090efb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions custom_components/ui_lovelace_minimalist/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,48 +19,48 @@
COMMUNITY_CARDS_FOLDER = "custom_cards"

LANGUAGES = {
"Català": "ca",
"Czech": "cs",
"Danish": "da",
"German": "de",
"Dutch": "nl",
"English (GB)": "en",
"Spanish": "es",
"Català": "ca",
"French": "fr",
"Italian": "it",
"Dutch": "nl",
"German": "de",
"Hebrew": "he",
"Italian": "it",
"Norwegian": "no",
"Polish": "pl",
"Portuguese": "pt",
"Portuguese (Brazil)": "pt-BR",
"Slovenian": "sl",
"Portuguese": "pt",
"Russian": "ru",
"Slovak": "sk",
"Slovenian": "sl",
"Spanish": "es",
"Swedish": "sv",
"Turkish": "tr",
"Russian": "ru",
"Ukrainian": "uk",
}

CONF_LANGUAGE = "language"
CONF_LANGUAGES = [
"Català",
"Czech",
"Danish",
"German",
"Dutch",
"English (GB)",
"Spanish",
"Català",
"French",
"Italian",
"Dutch",
"German",
"Hebrew",
"Italian",
"Norwegian",
"Polish",
"Portuguese",
"Portuguese (Brazil)",
"Portuguese",
"Russian",
"Slovenian",
"Spanish",
"Swedish",
"Turkish",
"Russian",
"Ukrainian",
]
CONF_SIDEPANEL_ENABLED = "sidepanel_enabled"
Expand Down

0 comments on commit 9090efb

Please sign in to comment.