mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-03-07 15:08:07 +08:00
fix: added russian into long locales (#614)
This commit is contained in:
parent
de8df72b38
commit
2817bb9846
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user