1
0

Fix typo, reorder languages alphabetically

This commit is contained in:
Andrei Shevchuk
2018-02-28 01:31:48 +03:00
parent d0d0532e25
commit d94759dca6
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -12,10 +12,10 @@ declare -A LANGS=(
[English]=EN
[French]=FR
[German]=DE
[Norwegian]=NO
[Portuguese]=PT
[Russian]=RU
[Ukrainian]=UA
[Norwegian]=NO
)
LANG_NAMES=($(echo ${!LANGS[*]} | tr ' ' '\n' | sort -n))