chore: sort stats card long locales alphabetically (#4446)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Ophelia Goldstein
2025-09-19 18:39:29 +03:00
committed by GitHub
co-authored by Alexandr
parent 68e5862b0b
commit c3585cc1d0
+7 -7
View File
@@ -365,20 +365,20 @@ const renderStatsCard = (stats, options = {}) => {
};
const longLocales = [
"de",
"es",
"fr",
"pt-br",
"ru",
"uk-ua",
"id",
"ml",
"my",
"pl",
"de",
"nl",
"zh-tw",
"uz",
"pl",
"pt-br",
"ru",
"sr",
"uk-ua",
"uz",
"zh-tw",
];
const isLongLocale = locale ? longLocales.includes(locale) : false;