Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd790404

Browse files
authored
fix: text overlap (anuraghazra#1207)
* feat(statCard): added more concise description* fix: removed isLongLocale param* Revert "fix: removed isLongLocale param"This reverts commit55f1e2d.* feat: add de and nl to longLocal to fix padding
1 parent1a3edca commitd790404

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎src/cards/stats-card.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
147147
"id",
148148
"my",
149149
"pl",
150+
"de",
151+
"nl",
150152
];
151153
constisLongLocale=longLocales.includes(locale)===true;
152154

‎src/translations.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ const statCardLocales = ({ name, apostrophe }) => {
3333
ar:"مجموع النجوم",
3434
cn:"获标星数(star)",
3535
cs:"Celkem hvězd",
36-
de:"SterneInsgesamt",
37-
en:"TotalStars",
36+
de:"Insgesamt erhaltene Sterne",
37+
en:"Totalstars received",
3838
bn:"সর্বমোট Stars",
3939
es:"Estrellas totales",
4040
fr:"Total d'étoiles",
4141
hu:"Csillagok",
4242
it:"Stelle totali",
4343
ja:"スターされた数",
4444
kr:"받은 스타 수",
45-
nl:"Totale Sterren",
45+
nl:"Totaal sterren ontvangen",
4646
"pt-pt":"Total de estrelas",
4747
"pt-br":"Total de estrelas",
4848
np:"कुल ताराहरू",
@@ -53,7 +53,7 @@ const statCardLocales = ({ name, apostrophe }) => {
5353
my:"Jumlah Bintang",
5454
sk:"Hviezdy",
5555
tr:"Toplam Yıldız",
56-
pl:"Liczba Gwiazdek",
56+
pl:"Liczba Gwiazdek dostanych",
5757
},
5858
"statcard.commits":{
5959
ar:"مجموع الحفظ",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp