Skip to content

Commit 73af14b

Browse files
ghalsethijskh
authored andcommitted
Remove erroneous mention of st
1 parent 0753206 commit 73af14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SimpleSAML/Locale/Language.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private function getInstalledLanguages(): array
123123
);
124124

125125
// @deprecated - remove entire if-block in a new major release
126-
if (array_intersect(['pt-br', 'st', 'zh-tw'], $configuredAvailableLanguages)) {
126+
if (array_intersect(['pt-br', 'zh-tw'], $configuredAvailableLanguages)) {
127127
Logger::warning(
128128
"Deprecated locales found in `language.available`. "
129129
. "Please replace 'pt-br' with 'pt_BR',"

0 commit comments

Comments
 (0)