Update install.sh
To add Spanish, do you have to add something else? add [Español]=ES
This commit is contained in:
@@ -16,6 +16,7 @@ declare -A LANGS=(
|
||||
[Portuguese]=PT
|
||||
[Russian]=RU
|
||||
[Ukrainian]=UA
|
||||
[Español]=ES
|
||||
)
|
||||
|
||||
LANG_NAMES=($(echo ${!LANGS[*]} | tr ' ' '\n' | sort -n))
|
||||
|
||||
Reference in New Issue
Block a user