Skip to content

Commit

Permalink
Corrections of Polish expressions in translations.js (anuraghazra#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoTCube authored and devantler committed May 1, 2023
1 parent 5ab3f21 commit 72bbdd1
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 @@ -67,7 +67,7 @@ const statCardLocales = ({ name, apostrophe }) => {
my: "Jumlah Bintang",
sk: "Hviezdy",
tr: "Toplam Yıldız",
pl: "Liczba Gwiazdek dostanych",
pl: "Liczba otrzymanych gwiazdek",
uz: "Yulduzchalar",
vi: "Tổng Số Sao",
se: "Antal intjänade stjärnor",
Expand Down Expand Up @@ -160,7 +160,7 @@ const statCardLocales = ({ name, apostrophe }) => {
my: "Jumlah Isu Dilaporkan",
sk: "Všetky problémy",
tr: "Toplam Hata",
pl: "Wszystkie Issues",
pl: "Wszystkie problemy",
uz: "'Issue'lar",
vi: "Tổng Số Vấn Đề",
se: "Total antal issues",
Expand Down Expand Up @@ -322,7 +322,7 @@ const wakatimeCardLocales = {
my: "Statistik Wakatime",
sk: "Wakatime štatistika",
tr: "Waketime İstatistikler",
pl: "statystyki Wakatime",
pl: "Statystyki Wakatime",
vi: "Thống Kê Wakatime",
se: "Wakatime statistik",
},
Expand Down

0 comments on commit 72bbdd1

Please sign in to comment.