We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ae601 commit d735a7bCopy full SHA for d735a7b
src/SimpleSAML/Locale/Localization.php
@@ -245,12 +245,6 @@ private function loadGettextGettextFromPO(
245
$arrayGenerator->generateArray($translations)
246
);
247
} else {
248
- Logger::debug(sprintf(
249
- "%s - Localization file '%s' not found or not readable in '%s', falling back to default",
250
- $_SERVER['PHP_SELF'],
251
- $file->getfileName(),
252
- $langPath,
253
- ));
254
$file = new File($langPath . $domain . '.po', false);
255
if ($file->getRealPath() !== false && $file->isReadable()) {
256
$translations = (new PoLoader())->loadFile($file->getRealPath());
0 commit comments