Skip to content

Commit 19f8d24

Browse files
committed
i18n: update this message to be less misleading (#2313)
1 parent 3b9f927 commit 19f8d24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/SimpleSAML/Locale/Language.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ private function getInstalledLanguages(): array
144144
if (Locales::exists($code)) {
145145
$availableLanguages[] = $code;
146146
} else {
147-
Logger::error("Language \"$code\" not installed. Check config.");
147+
/* The configured language code can't be found in Symfony's list of known locales */
148+
Logger::error("Locale \"$code\" is not known to the translation system. Check language settings in your config.");
148149
}
149150
}
150151

0 commit comments

Comments
 (0)