We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79887a commit 70a59faCopy full SHA for 70a59fa
src/translations.js
@@ -109,7 +109,7 @@ const statCardLocales = ({ name, apostrophe }) => {
109
my: "Jumlah PR",
110
sk: "Všetky PR",
111
tr: "Toplam PR",
112
- pl: "Wszystkie PR",
+ pl: "Wszystkie PR-y",
113
},
114
"statcard.issues": {
115
ar: "مجموع التحسينات",
@@ -136,7 +136,7 @@ const statCardLocales = ({ name, apostrophe }) => {
136
my: "Jumlah Isu Dilaporkan",
137
sk: "Všetky problémy",
138
tr: "Toplam Hata",
139
- pl: "Wszystkie problemy",
+ pl: "Wszystkie Issues",
140
141
"statcard.contribs": {
142
ar: "ساهم في",
@@ -163,7 +163,7 @@ const statCardLocales = ({ name, apostrophe }) => {
163
my: "Menyumbang kepada",
164
sk: "Účasti",
165
tr: "Katkı Verildi",
166
- pl: "Udziały",
+ pl: "Kontrybucje",
167
168
};
169
0 commit comments