mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Fix #3638
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user