This commit is contained in:
teldra 2022-02-08 23:55:52 +01:00
parent 95de002683
commit ca893edecc
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@ lang() {
header "Sprache"
multiplechoice "de" "en"
LANGUAGE="${output}"
L1="en_US"
L2="en"
if [ "${LANGUAGE}" == "de" ]; then
L1="de_DE"
L2="de-latin1-nodeadkeys"