summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/i18n
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:30:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:30:22 +0000
commit3094c54084a305de471e7a530468a5a3b3b34dc7 (patch)
tree0a5f62e9d1963d4f5715acefc2c8e6dad932eaaa /vendor/ipl/i18n
parentAdding debian version 0.13.1-1. (diff)
downloadicinga-php-library-3094c54084a305de471e7a530468a5a3b3b34dc7.tar.xz
icinga-php-library-3094c54084a305de471e7a530468a5a3b3b34dc7.zip
Merging upstream version 0.13.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/ipl/i18n')
-rw-r--r--vendor/ipl/i18n/src/GettextTranslator.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/ipl/i18n/src/GettextTranslator.php b/vendor/ipl/i18n/src/GettextTranslator.php
index 288a489..ee0cee4 100644
--- a/vendor/ipl/i18n/src/GettextTranslator.php
+++ b/vendor/ipl/i18n/src/GettextTranslator.php
@@ -2,6 +2,7 @@
namespace ipl\I18n;
+use Locale;
use FilesystemIterator;
use ipl\Stdlib\Contract\Translator;
use SplFileInfo;
@@ -195,6 +196,7 @@ class GettextTranslator implements Translator
{
putenv("LANGUAGE=$locale.UTF-8");
setlocale(LC_ALL, $locale . '.UTF-8');
+ Locale::setDefault($locale . '.UTF-8');
$this->loadTranslations();