diff options
author | untergrundbiber <untergrundbiber@gmail.com> | 2016-01-01 16:23:41 +0100 |
---|---|---|
committer | untergrundbiber <untergrundbiber@gmail.com> | 2016-01-01 16:23:41 +0100 |
commit | 7092bec9ada079fdfb606bec027cb17ae6953cb8 (patch) | |
tree | d7544f22ac996cf8c6652af8377877556919a6b1 | |
parent | 1c12b8c344a21e58e42cff8a8cfbc57f06914e4d (diff) | |
download | hyperfi-7092bec9ada079fdfb606bec027cb17ae6953cb8.tar.lz hyperfi-7092bec9ada079fdfb606bec027cb17ae6953cb8.tar.xz hyperfi-7092bec9ada079fdfb606bec027cb17ae6953cb8.zip |
Add german language
-rw-r--r-- | archfi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |