diff options
author | MatMoul <matmoul@gmail.com> | 2016-03-27 21:30:50 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-03-27 21:30:50 +0200 |
commit | 1a27381813af92a3148f9eedb753c5e899df074a (patch) | |
tree | 6abfd5504ab1be78091ca84e69610ab21f4c0774 | |
parent | 1558df39b2ed89de02c872325c608a9fc6eff828 (diff) | |
download | hyperfi-1a27381813af92a3148f9eedb753c5e899df074a.tar.lz hyperfi-1a27381813af92a3148f9eedb753c5e899df074a.tar.xz hyperfi-1a27381813af92a3148f9eedb753c5e899df074a.zip |
Include Spanish
-rw-r--r-- | archfi | 1 | ||||
-rw-r--r-- | lng/Spanish (renamed from lng/Español) | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -82,6 +82,7 @@ chooselanguage(){ options+=("German" "(By untergrundbiber)") options+=("Hungarian" "(By KardiWeb)") options+=("Russian" "(By Anonymous_Prodject)") + options+=("Spanish" "(By Mystogab)") sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \ "${options[@]}" \ 3>&1 1>&2 2>&3) diff --git a/lng/Español b/lng/Spanish index 8352f1b..a5e50ef 100644 --- a/lng/Español +++ b/lng/Spanish @@ -6,6 +6,10 @@ # notes : Version 0.1 (pending correction) +locale=es_ES.UTF-8 +#font= + + txtselectserver="Seleccione el servidor de fuentes" txtmainmenu="Menú Principal" |