Skip to content

Commit

Permalink
Stats card: Add Uzbek to long languages (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored Jul 31, 2023
1 parent f3136d2 commit cfd6464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cards/stats-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ const renderStatsCard = (stats, options = {}) => {
"de",
"nl",
"zh-tw",
"uz",
];
const isLongLocale = locale ? longLocales.includes(locale) : false;

Expand Down

0 comments on commit cfd6464

Please sign in to comment.