We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9f927 commit 19f8d24Copy full SHA for 19f8d24
1 file changed
src/SimpleSAML/Locale/Language.php
@@ -144,7 +144,8 @@ private function getInstalledLanguages(): array
144
if (Locales::exists($code)) {
145
$availableLanguages[] = $code;
146
} else {
147
- Logger::error("Language \"$code\" not installed. Check config.");
+ /* 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.");
149
}
150
151
0 commit comments