Skip to content

Commit

Permalink
fix: update Polish [pl] locale yearStart (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-s committed Jan 21, 2021
1 parent 3f5c085 commit e93e6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/pl.js
Expand Up @@ -46,6 +46,7 @@ const locale = {
monthsShort: 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),
ordinal: n => `${n}.`,
weekStart: 1,
yearStart: 4,
relativeTime: {
future: 'za %s',
past: '%s temu',
Expand Down

0 comments on commit e93e6b8

Please sign in to comment.