Add windows locale support #3519

This commit is contained in:
James Cole
2020-07-27 07:13:39 +02:00
parent 7017d33b87
commit d49743031f
2 changed files with 4 additions and 2 deletions

View File

@@ -625,6 +625,7 @@ class Steam
return [
sprintf('%s.utf8', $locale),
sprintf('%s.UTF-8', $locale),
str_replace('_', '-', $locale), // for Windows.
];
}