mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-14 12:58:34 +00:00
fix: added russian into long locales (#614)
This commit is contained in:
@@ -128,7 +128,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
|
||||
},
|
||||
};
|
||||
|
||||
const isLongLocale = ["fr", "pt-br", "es"].includes(locale) === true;
|
||||
const isLongLocale = ["fr", "pt-br", "es", "ru"].includes(locale) === true;
|
||||
|
||||
// filter out hidden stats defined by user & create the text nodes
|
||||
const statItems = Object.keys(STATS)
|
||||
|
||||
Reference in New Issue
Block a user