From 70a59fafbd6fe7065803639e76c0e4b82f58c6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Miszczyszyn?= Date: Thu, 17 Feb 2022 08:41:22 +0100 Subject: [PATCH] Fix grammar in Polish translation and make it more natural (#1267) * Fix grammar in Polish translation and make it more natural * docs: improve pl card translation Co-authored-by: rickstaa --- src/translations.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations.js b/src/translations.js index 875609eac93ce..1ab341a14e376 100644 --- a/src/translations.js +++ b/src/translations.js @@ -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: "مجموع التحسينات", @@ -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: "ساهم في", @@ -163,7 +163,7 @@ const statCardLocales = ({ name, apostrophe }) => { my: "Menyumbang kepada", sk: "Účasti", tr: "Katkı Verildi", - pl: "Udziały", + pl: "Kontrybucje", }, }; };