This commit is contained in:
James Cole
2020-08-08 14:09:30 +02:00
parent 1191ec00db
commit 6d627be679

View File

@@ -612,7 +612,7 @@ class Steam
/** @var string $language */
$locale = app('preferences')->get('locale', config('firefly.default_locale', 'equal'))->data;
if ('equal' === $locale) {
return $this->getLanguage();
$locale = $this->getLanguage();
}
// Check for Windows to replace the locale correctly.