From 44a4ee6333827734d57560187d92b91caa62e282 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov <186095128+alexandr-garbuzov@users.noreply.github.com> Date: Sun, 19 Oct 2025 23:52:42 +0300 Subject: [PATCH] fix: mark Japanese as long locale for stats card (#4607) 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 111ae506..6e200cd4 100644 --- a/backend/src/cards/stats.js +++ b/backend/src/cards/stats.js @@ -35,6 +35,7 @@ const LONG_LOCALES = [ "fr", "hu", "id", + "ja", "ml", "my", "nl",