From 4f33921e9e435814655d919f5e15708224f9331e Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Thu, 18 Sep 2025 21:12:31 +0300 Subject: [PATCH] fix: remove Chinese from long locales (#4442) Co-authored-by: Alexandr --- src/cards/stats.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cards/stats.js b/src/cards/stats.js index 5c34360d..e5536601 100644 --- a/src/cards/stats.js +++ b/src/cards/stats.js @@ -365,7 +365,6 @@ const renderStatsCard = (stats, options = {}) => { }; const longLocales = [ - "cn", "es", "fr", "pt-br",