Skip to content

Commit

Permalink
Fixed Polish MONTH_DAY_FORMAT.
Browse files Browse the repository at this point in the history
  • Loading branch information
wikku authored and felixxm committed Dec 21, 2018
1 parent bbe28fa commit 3defe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/conf/locale/pl/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j E Y H:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
MONTH_DAY_FORMAT = 'j E'
SHORT_DATE_FORMAT = 'd-m-Y'
SHORT_DATETIME_FORMAT = 'd-m-Y H:i'
FIRST_DAY_OF_WEEK = 1 # Monday
Expand Down

0 comments on commit 3defe76

Please sign in to comment.