From 6e89d50ff626f0b9baa40f577c39ad31db40ac63 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov <186095128+alexandr-garbuzov@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:31:33 +0300 Subject: [PATCH] fix: mark Hungarian locale as long for stats card (#4600) 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 33cb4c02..111ae506 100644 --- a/backend/src/cards/stats.js +++ b/backend/src/cards/stats.js @@ -33,6 +33,7 @@ const LONG_LOCALES = [ "fil", "fi", "fr", + "hu", "id", "ml", "my",