From 6a9e3166cd732d162ca83945fd363727b61303aa Mon Sep 17 00:00:00 2001 From: killerjn <32747059+killerjn@users.noreply.github.com> Date: Sat, 19 May 2018 13:03:00 -0500 Subject: [PATCH] Update install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To add Spanish, do you have to add something else? add [Español]=ES --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index f3e0950..b74e95e 100644 --- a/install.sh +++ b/install.sh @@ -16,6 +16,7 @@ declare -A LANGS=( [Portuguese]=PT [Russian]=RU [Ukrainian]=UA + [Español]=ES ) LANG_NAMES=($(echo ${!LANGS[*]} | tr ' ' '\n' | sort -n))