Reorder language abc...
This commit is contained in:
parent
5348eeab2b
commit
3059cebfdc
1 changed files with 1 additions and 1 deletions
2
archfi
2
archfi
|
@ -81,9 +81,9 @@ chooselanguage(){
|
||||||
options+=("French" "(By MatMoul)")
|
options+=("French" "(By MatMoul)")
|
||||||
options+=("German" "(By untergrundbiber)")
|
options+=("German" "(By untergrundbiber)")
|
||||||
options+=("Hungarian" "(By KardiWeb)")
|
options+=("Hungarian" "(By KardiWeb)")
|
||||||
|
options+=("Polish" "(By dawidd6)")
|
||||||
options+=("Russian" "(By Anonymous_Prodject)")
|
options+=("Russian" "(By Anonymous_Prodject)")
|
||||||
options+=("Spanish" "(By Mystogab)")
|
options+=("Spanish" "(By Mystogab)")
|
||||||
options+=("Polish" "(By dawidd6)")
|
|
||||||
sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \
|
sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \
|
||||||
"${options[@]}" \
|
"${options[@]}" \
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
|
|
Loading…
Reference in a new issue