mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 18:45:21 +00:00
fix: added russian into long locales (#614)
This commit is contained in:
parent
de8df72b38
commit
2817bb9846
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue