Add german language

This commit is contained in:
untergrundbiber 2016-01-01 16:23:41 +01:00
parent 1c12b8c344
commit 7092bec9ad

1
archfi
View file

@ -80,6 +80,7 @@ chooselanguage(){
options+=("English" "(By MatMoul)")
options+=("French" "(By MatMoul)")
options+=("Hungarian" "(By KardiWeb)")
options+=("German" "(By untergrundbiber)")
sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \
"${options[@]}" \
3>&1 1>&2 2>&3)