Skip to content

Commit c3585cc

Browse files
chore: sort stats card long locales alphabetically (anuraghazra#4446)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
1 parent 68e5862 commit c3585cc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/cards/stats.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -365,20 +365,20 @@ const renderStatsCard = (stats, options = {}) => {
365365
};
366366

367367
const longLocales = [
368+
"de",
368369
"es",
369370
"fr",
370-
"pt-br",
371-
"ru",
372-
"uk-ua",
373371
"id",
374372
"ml",
375373
"my",
376-
"pl",
377-
"de",
378374
"nl",
379-
"zh-tw",
380-
"uz",
375+
"pl",
376+
"pt-br",
377+
"ru",
381378
"sr",
379+
"uk-ua",
380+
"uz",
381+
"zh-tw",
382382
];
383383
const isLongLocale = locale ? longLocales.includes(locale) : false;
384384

0 commit comments

Comments
 (0)