1
0

Add new translation to install.sh selections

This commit is contained in:
Ole Martin Ruud
2018-02-27 21:56:19 +01:00
committed by GitHub
parent 09f801cf58
commit bd9b573bf1
+1
View File
@@ -15,6 +15,7 @@ declare -A LANGS=(
[Portuguese]=PT
[Russian]=RU
[Ukrainian]=UA
[Norwegian]=NO
)
LANG_NAMES=($(echo ${!LANGS[*]} | tr ' ' '\n' | sort -n))