This commit is contained in:
James Cole
2020-04-22 09:28:20 +02:00
parent b5eafa1910
commit 8fed6b6657
3 changed files with 1 additions and 5 deletions

View File

@@ -617,7 +617,6 @@ class Steam
*/
public function getLocaleArray(string $locale): array {
return [
sprintf('%s', $locale),
sprintf('%s.utf8', $locale),
sprintf('%s.UTF-8', $locale),
];