From 566f79b2141833ab0c4b325a84dfa24ed8c32eb5 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Fri, 6 May 2022 14:46:36 +0100 Subject: [PATCH] nextcloud: try next locale --- basic/overrides/stackspin-nextcloud-override.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/overrides/stackspin-nextcloud-override.yaml b/basic/overrides/stackspin-nextcloud-override.yaml index b5743a2..960722e 100644 --- a/basic/overrides/stackspin-nextcloud-override.yaml +++ b/basic/overrides/stackspin-nextcloud-override.yaml @@ -17,7 +17,7 @@ data: $CONFIG = array ( 'allow_user_to_change_display_name' => false, 'default_phone_region' => 'DE', - 'default_locale' => 'en_uk', # https://github.com/moment/moment/tree/2.18.1/locale + 'default_locale' => 'en-gb', # https://github.com/moment/moment/tree/2.18.1/locale #'default_language' => 'en_de', # https://www.transifex.com/explore/languages/ 'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery', #'theme' => 'dark',