Skip to content

Commit 7beae68

Browse files
qwerty541devantler
authored andcommitted
Stats card: Add Uzbek to long languages (anuraghazra#3019)
1 parent 931ef7a commit 7beae68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cards/stats-card.js

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ const renderStatsCard = (stats, options = {}) => {
219219
"de",
220220
"nl",
221221
"zh-tw",
222+
"uz",
222223
];
223224
const isLongLocale = locale ? longLocales.includes(locale) : false;
224225

0 commit comments

Comments
 (0)