Skip to content

Commit 70a59fa

Browse files
typeofwebrickstaa
andauthored
Fix grammar in Polish translation and make it more natural (anuraghazra#1267)
* Fix grammar in Polish translation and make it more natural * docs: improve pl card translation Co-authored-by: rickstaa <[email protected]>
1 parent a79887a commit 70a59fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/translations.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const statCardLocales = ({ name, apostrophe }) => {
109109
my: "Jumlah PR",
110110
sk: "Všetky PR",
111111
tr: "Toplam PR",
112-
pl: "Wszystkie PR",
112+
pl: "Wszystkie PR-y",
113113
},
114114
"statcard.issues": {
115115
ar: "مجموع التحسينات",
@@ -136,7 +136,7 @@ const statCardLocales = ({ name, apostrophe }) => {
136136
my: "Jumlah Isu Dilaporkan",
137137
sk: "Všetky problémy",
138138
tr: "Toplam Hata",
139-
pl: "Wszystkie problemy",
139+
pl: "Wszystkie Issues",
140140
},
141141
"statcard.contribs": {
142142
ar: "ساهم في",
@@ -163,7 +163,7 @@ const statCardLocales = ({ name, apostrophe }) => {
163163
my: "Menyumbang kepada",
164164
sk: "Účasti",
165165
tr: "Katkı Verildi",
166-
pl: "Udziały",
166+
pl: "Kontrybucje",
167167
},
168168
};
169169
};

0 commit comments

Comments
 (0)