1
0

Translate language names to English, reorder alphabetically

This commit is contained in:
Andrei Shevchuk
2018-05-20 13:28:06 +03:00
parent 5793001fb8
commit 0f0e8d5962
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -15,8 +15,8 @@ declare -A LANGS=(
[Norwegian]=NO
[Portuguese]=PT
[Russian]=RU
[Spanish]=ES
[Ukrainian]=UA
[Español]=ES
)
LANG_NAMES=($(echo ${!LANGS[*]} | tr ' ' '\n' | sort -n))