mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00:00
fix: text overlapped on zh-tw locale (#2192)
This commit is contained in:
parent
54cc291978
commit
bb56e3bb7b
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
|
|||
"pl",
|
||||
"de",
|
||||
"nl",
|
||||
"zh-tw",
|
||||
];
|
||||
const isLongLocale = longLocales.includes(locale) === true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue