nextcloud: try next locale
This commit is contained in:
parent
ca267f0ef4
commit
566f79b214
|
@ -17,7 +17,7 @@ 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_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/
|
#'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',
|
||||||
|
|
Loading…
Reference in New Issue