From 74a564834935b6b07022c6fd4787c8a953c0a8f1 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 --- src/cards/stats.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cards/stats.js b/src/cards/stats.js index 06aa86d6..44f787c5 100644 --- a/src/cards/stats.js +++ b/src/cards/stats.js @@ -32,6 +32,7 @@ const LONG_LOCALES = [ "fil", "fi", "fr", + "hu", "id", "ml", "my",