Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
new sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Mar 1, 2021
1 parent 9aac2e7 commit 23c9bdb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions custom_components/meteoalarmeu/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,19 @@
]
ui_languages_list = [
"bosanski",
"български",
"čeština",
"dansk",
"deutsch",
"eesti keel",
"english",
"español",
"français",
"עברית",
"Ελληνικά",
"hrvatski",
"italiano",
"íslenska",
"latviešu",
"lietuviu",
"magyar",
Expand All @@ -57,16 +62,11 @@
"polski",
"português",
"româna",
"српски",
"slovenčina",
"slovenščina",
"suomi",
"svenska",
"íslenska",
"čeština",
"Ελληνικά",
"српски",
"български",
"עברית",
]
countries_map = {
"AT": "Österreich",
Expand Down Expand Up @@ -95,7 +95,7 @@
"MD": "Moldova",
"ME": "Црна Гора",
"MK": "Северна Македонија",
"MT": "Malta,Malta",
"MT": "Malta",
"NL": "Nederland",
"NO": "Norge",
"PL": "Polska",
Expand Down Expand Up @@ -132,7 +132,7 @@
"Moldova": "MD",
"Црна Гора": "ME",
"Северна Македонија": "MK",
"Malta,Malta": "MT",
"Malta": "MT",
"Nederland": "NL",
"Norge": "NO",
"Polska": "PL",
Expand Down

0 comments on commit 23c9bdb

Please sign in to comment.