Add German Swiss locale

French?
This commit is contained in:
Daniel Hansson 2019-12-10 22:33:48 +01:00 committed by GitHub
parent cb33c99d8e
commit 5e377a9caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,6 +171,9 @@ then
elif [ "$KEYBOARD_LAYOUT" = "fr" ]
then
sudo locale-gen "fr_FR.UTF-8" && sudo dpkg-reconfigure --frontend=noninteractive locales
elif [ "$KEYBOARD_LAYOUT" = "ch" ]
then
sudo locale-gen "de_CH.UTF-8" && sudo dpkg-reconfigure --frontend=noninteractive locales
fi
# Is this run as a pure root user?