From 86a6e51ebccf78c11b49a59ae93a70c8c6b8307d Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 12 Apr 2022 16:04:46 +0200 Subject: [PATCH] Add another option, fix https://github.com/firefly-iii/firefly-iii/issues/5992 --- app/Support/Steam.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Support/Steam.php b/app/Support/Steam.php index 43d2be481e..eaa443aa45 100644 --- a/app/Support/Steam.php +++ b/app/Support/Steam.php @@ -474,6 +474,7 @@ class Steam return [ sprintf('%s.utf8', $locale), sprintf('%s.UTF-8', $locale), + sprintf('%s.UTF8', $locale), ]; }