Translate language names to English, reorder alphabetically
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user