1
0

Update install.sh

To add Spanish, do you have to add something else?
add [Español]=ES
This commit is contained in:
killerjn
2018-05-19 13:03:00 -05:00
committed by GitHub
parent 491efad69c
commit 6a9e3166cd
+1
View File
@@ -16,6 +16,7 @@ declare -A LANGS=(
[Portuguese]=PT
[Russian]=RU
[Ukrainian]=UA
[Español]=ES
)
LANG_NAMES=($(echo ${!LANGS[*]} | tr ' ' '\n' | sort -n))