nextcloud: update locale and language

This commit is contained in:
xeruf 2022-05-05 15:34:23 +01:00
parent d6057b4758
commit 888ba4e358
1 changed files with 5 additions and 3 deletions

View File

@ -10,7 +10,6 @@ data:
# https://artifacthub.io/packages/helm/nextcloud/nextcloud#configuration # https://artifacthub.io/packages/helm/nextcloud/nextcloud#configuration
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#user-experience # https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#user-experience
#'defaultapp' => 'dashboard,files', #'defaultapp' => 'dashboard,files',
#'default_language' => 'en',
nextcloud: nextcloud:
configs: configs:
defaults.config.php: |- defaults.config.php: |-
@ -18,9 +17,10 @@ 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' => 'de', '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', 'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery',
'theme' => 'dark', #'theme' => 'dark',
); );
apps: apps:
# Basics # Basics
@ -28,6 +28,8 @@ data:
enabled: false enabled: false
- name: photos - name: photos
enabled: false enabled: false
#- name: passwords
# enabled: true
- name: contacts - name: contacts
enabled: true enabled: true
# Common Apps # Common Apps