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