From 4ce634a0d9b47dbc245e7f5a5c7f6829cfcb0dfa Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov <186095128+alexandr-garbuzov@users.noreply.github.com> Date: Thu, 16 Oct 2025 23:52:58 +0300 Subject: [PATCH] fix: mark Greek as long locale for stats card (#4589) Co-authored-by: Alexandr --- backend/src/cards/stats.js | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/cards/stats.js b/backend/src/cards/stats.js index a91a5d25..33cb4c02 100644 --- a/backend/src/cards/stats.js +++ b/backend/src/cards/stats.js @@ -28,6 +28,7 @@ const LONG_LOCALES = [ "bg", "cs", "de", + "el", "es", "fil", "fi",