nextcloud: update locale

This commit is contained in:
xeruf 2022-05-06 14:26:48 +01:00
parent 37d9521fda
commit ca267f0ef4
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ data:
$CONFIG = array ( $CONFIG = array (
'allow_user_to_change_display_name' => false, 'allow_user_to_change_display_name' => false,
'default_phone_region' => 'DE', 'default_phone_region' => 'DE',
'default_locale' => 'en_gb', # https://github.com/moment/moment/tree/2.18.1/locale 'default_locale' => 'en_uk', # https://github.com/moment/moment/tree/2.18.1/locale
'default_language' => 'en_de', # https://www.transifex.com/explore/languages/ #'default_language' => 'en_de', # https://www.transifex.com/explore/languages/
'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery', 'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery',
#'theme' => 'dark', #'theme' => 'dark',
); );