Skip to content

Commit e37ef9b

Browse files
authored
Merge pull request #14789 from nextcloud/feature/improve-default-language-config-docs
2 parents 8e752af + e4b25a6 commit e37ef9b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,9 @@ dbhost
362362

363363
'dbhost' => '',
364364

365-
Your host server name, for example ``localhost``, ``hostname``,
366-
``hostname.example.com``, or the IP address.
365+
The host server name/address for Nextcloud to connect to the database service,
366+
for example, ``localhost``, ``hostname``, ``hostname.example.com``, or the
367+
IP address.
367368

368369
To specify a port, use ``hostname:####``; for IPv6 addresses, use the URI notation ``[ip]:port``.
369370
To specify a Unix socket, use ``localhost:/path/to/directory/containing/socket`` or
@@ -494,8 +495,8 @@ default_language
494495
This sets the default language on your Nextcloud server, using ISO_639-1
495496
language codes such as ``en`` for English, ``de`` for German, and ``fr`` for
496497
French. The default_language parameter is only used when the browser does
497-
not send any language, and the user hasn’t configured their own language
498-
preferences.
498+
not send any language preferences, and the user hasn’t configured their own
499+
either.
499500

500501
Nextcloud has two distinguished language codes for German, ``de`` and ``de_DE``.
501502
``de`` is used for informal German and ``de_DE`` for formal German. By setting

0 commit comments

Comments
 (0)