Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable24] fix default_language doc #37510

Merged
merged 1 commit into from
Apr 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,14 @@
/**
* This sets the default language on your Nextcloud server, using ISO_639-1
* 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. 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.
* French. The default_language parameter is only used, when the browser does
* not send any language, and the user hasn’t configured own language
* preferences.
*
* 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``
*/
Expand Down