mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-02-05 14:13:31 +08:00
fix: text overlap (#1207)
* feat(statCard): added more concise description
* fix: removed isLongLocale param
* Revert "fix: removed isLongLocale param"
This reverts commit 55f1e2d8c2
.
* feat: add de and nl to longLocal to fix padding
This commit is contained in:
parent
1a3edcaae0
commit
d790404c76
@ -147,6 +147,8 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
|
||||
"id",
|
||||
"my",
|
||||
"pl",
|
||||
"de",
|
||||
"nl",
|
||||
];
|
||||
const isLongLocale = longLocales.includes(locale) === true;
|
||||
|
||||
|
@ -33,8 +33,8 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
ar: "مجموع النجوم",
|
||||
cn: "获标星数(star)",
|
||||
cs: "Celkem hvězd",
|
||||
de: "Sterne Insgesamt",
|
||||
en: "Total Stars",
|
||||
de: "Insgesamt erhaltene Sterne",
|
||||
en: "Total stars received",
|
||||
bn: "সর্বমোট Stars",
|
||||
es: "Estrellas totales",
|
||||
fr: "Total d'étoiles",
|
||||
@ -42,7 +42,7 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
it: "Stelle totali",
|
||||
ja: "スターされた数",
|
||||
kr: "받은 스타 수",
|
||||
nl: "Totale Sterren",
|
||||
nl: "Totaal sterren ontvangen",
|
||||
"pt-pt": "Total de estrelas",
|
||||
"pt-br": "Total de estrelas",
|
||||
np: "कुल ताराहरू",
|
||||
@ -53,7 +53,7 @@ const statCardLocales = ({ name, apostrophe }) => {
|
||||
my: "Jumlah Bintang",
|
||||
sk: "Hviezdy",
|
||||
tr: "Toplam Yıldız",
|
||||
pl: "Liczba Gwiazdek",
|
||||
pl: "Liczba Gwiazdek dostanych",
|
||||
},
|
||||
"statcard.commits": {
|
||||
ar: "مجموع الحفظ",
|
||||
|
Loading…
Reference in New Issue
Block a user