Skip to content

Commit

Permalink
Fix grammar in Polish translation and make it more natural (anuraghaz…
Browse files Browse the repository at this point in the history
…ra#1267)

* Fix grammar in Polish translation and make it more natural

* docs: improve pl card translation

Co-authored-by: rickstaa <[email protected]>
  • Loading branch information
typeofweb and rickstaa authored Feb 17, 2022
1 parent a79887a commit 70a59fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const statCardLocales = ({ name, apostrophe }) => {
my: "Jumlah PR",
sk: "Všetky PR",
tr: "Toplam PR",
pl: "Wszystkie PR",
pl: "Wszystkie PR-y",
},
"statcard.issues": {
ar: "مجموع التحسينات",
Expand All @@ -136,7 +136,7 @@ const statCardLocales = ({ name, apostrophe }) => {
my: "Jumlah Isu Dilaporkan",
sk: "Všetky problémy",
tr: "Toplam Hata",
pl: "Wszystkie problemy",
pl: "Wszystkie Issues",
},
"statcard.contribs": {
ar: "ساهم في",
Expand All @@ -163,7 +163,7 @@ const statCardLocales = ({ name, apostrophe }) => {
my: "Menyumbang kepada",
sk: "Účasti",
tr: "Katkı Verildi",
pl: "Udziały",
pl: "Kontrybucje",
},
};
};
Expand Down

0 comments on commit 70a59fa

Please sign in to comment.