diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-12-06 08:30:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-06 08:30:14 +0100 |
commit | 6e45034745e1a6c63564bd4c0782cacc2d6e8d5a (patch) | |
tree | 01e46f7391fb16070fe58d32598523cd5231282b /config/config.sample.php | |
parent | cde58610b4a05a5dc8778d847917040a33583c38 (diff) | |
parent | 3578acb1445addfc186c173c4358eaa363daeda7 (diff) | |
download | nextcloud-server-6e45034745e1a6c63564bd4c0782cacc2d6e8d5a.tar.gz nextcloud-server-6e45034745e1a6c63564bd4c0782cacc2d6e8d5a.zip |
Merge pull request #7351 from nextcloud/change-default-german-language
use formal version of German by default
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 14e093600b3..5a79140dfb1 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -157,7 +157,11 @@ $CONFIG = array( * language codes such as ``en`` for English, ``de`` for German, and ``fr`` for * French. It overrides automatic language detection on public pages like login * or shared items. User's language preferences configured under "personal -> - * language" override this setting after they have logged in. + * language" override this setting after they have logged in. Nextcloud has two + * distinguished language codes for German, 'de' and 'de_DE'. 'de' is used for + * informal German and 'de_DE' for formal German. By setting this value to 'de_DE' + * you can enforce the formal version of German unless the user has chosen + * something different explicitly. * * Defaults to ``en`` */ |