mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
6e28a58739
commit
5b18ff7965
1
AUTHORS
1
AUTHORS
@ -18,6 +18,7 @@ Marius Hein <marius.hein@netways.de>
|
||||
Markus Frosch <markus@lazyfrosch.de>
|
||||
Matthias Jentsch <matthias.jentsch@netways.de>
|
||||
Michael Friedrich <michael.friedrich@netways.de>
|
||||
Paul Richards <paul@minimoo.org>
|
||||
Rene Moser <rene.moser@swisstxt.ch>
|
||||
Susanne Vestner-Ludwig <susanne.vestner-ludwig@inserteffect.com>
|
||||
Sylph Lin <sylph.lin@gmail.com>
|
||||
|
@ -5,6 +5,10 @@ namespace Icinga\Util;
|
||||
|
||||
use Icinga\Exception\IcingaException;
|
||||
|
||||
if (!defined('LC_MESSAGES')) {
|
||||
define('LC_MESSAGES', 6);
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper class to ease internationalization when using gettext
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user