Skip to content

Commit

Permalink
fix: Update Polish locale (pl)(#713)
Browse files Browse the repository at this point in the history
`d` and `dd` is responsible for day and days. In polish day means dzień, week means tydzień.
  • Loading branch information
ar4s authored and iamkun committed Oct 31, 2019
1 parent 360161c commit 30d2f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locale/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const locale = {
mm: '%d minut',
h: 'godzina',
hh: '%d godzin',
d: 'tydzień',
dd: '%d tygodni',
d: 'dzień',
dd: '%d dni',
M: 'miesiąc',
MM: '%d miesięcy',
y: 'rok',
Expand Down

0 comments on commit 30d2f02

Please sign in to comment.