From 5e377a9caa05ab1842e122151d2c38e9541a6aa4 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 10 Dec 2019 22:33:48 +0100 Subject: [PATCH] Add German Swiss locale French? --- nextcloud-startup-script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index fcd9b72c..30874b05 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -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?