mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Fix PHPDoc of Web::detectLocale()
This commit is contained in:
parent
d102a61e22
commit
7fe4b3d7ab
@ -307,9 +307,11 @@ class Web extends ApplicationBootstrap
|
||||
/**
|
||||
* Setup internationalization using gettext
|
||||
*
|
||||
* Uses the preferred user language or the configured default and system default, respectively.
|
||||
* Uses the preferred user language or the browser suggested language or our default.
|
||||
*
|
||||
* @return self
|
||||
* @return string Detected locale code
|
||||
*
|
||||
* @see Translator::DEFAULT_LOCALE For the the default locale code.
|
||||
*/
|
||||
protected function detectLocale()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user