From 08d7b25d23554b45b4e7da3d1f3a801e8754984c 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 --- src/cards/stats.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cards/stats.js b/src/cards/stats.js index 44f787c5..6b428d48 100644 --- a/src/cards/stats.js +++ b/src/cards/stats.js @@ -34,6 +34,7 @@ const LONG_LOCALES = [ "fr", "hu", "id", + "ja", "ml", "my", "nl",