From d286fa39be91280bc8f3d67556022ec8f904274d 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 --- src/cards/stats.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cards/stats.js b/src/cards/stats.js index 09b7a2ce..3b2579cb 100644 --- a/src/cards/stats.js +++ b/src/cards/stats.js @@ -367,6 +367,7 @@ const renderStatsCard = (stats, options = {}) => { const longLocales = [ "de", "es", + "fil", "fr", "id", "ml",