Skip to content

Commit 30d2f02

Browse files
ar4siamkun
authored andcommittedOct 31, 2019
fix: Update Polish locale (pl)(#713)
`d` and `dd` is responsible for day and days. In polish day means dzień, week means tydzień.
1 parent 360161c commit 30d2f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/locale/pl.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const locale = {
1717
mm: '%d minut',
1818
h: 'godzina',
1919
hh: '%d godzin',
20-
d: 'tydzień',
21-
dd: '%d tygodni',
20+
d: 'dzień',
21+
dd: '%d dni',
2222
M: 'miesiąc',
2323
MM: '%d miesięcy',
2424
y: 'rok',

0 commit comments

Comments
 (0)
Please sign in to comment.