From a38ff1003ed44d68f83ab3ae6c41bcdd9e75283f Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:52:56 +0300 Subject: [PATCH] fix: mark Bulgarian language as long for stats card (#4493) 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 3b2579cb..3e853b0a 100644 --- a/src/cards/stats.js +++ b/src/cards/stats.js @@ -365,6 +365,7 @@ const renderStatsCard = (stats, options = {}) => { }; const longLocales = [ + "bg", "de", "es", "fil",