Stats card: Add Uzbek to long languages (#3019)

This commit is contained in:
Alexandr Garbuzov 2023-07-31 08:18:50 +03:00 committed by GitHub
parent f3136d2d20
commit cfd6464b4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,6 +219,7 @@ const renderStatsCard = (stats, options = {}) => {
"de",
"nl",
"zh-tw",
"uz",
];
const isLongLocale = locale ? longLocales.includes(locale) : false;