From bf905c79c7237bf9bdb18d805ec346c537647045 Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Tue, 30 Sep 2025 23:10:14 +0300 Subject: [PATCH] fix: mark Filipino langiage as long for stats card (#4486) 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 c2bf6be0..11e570d5 100644 --- a/backend/src/cards/stats.js +++ b/backend/src/cards/stats.js @@ -436,6 +436,7 @@ const renderStatsCard = ( const longLocales = [ "de", "es", + "fil", "fr", "id", "ml",