Skip to content

Commit

Permalink
Fix off-by-one error when formatting month names (#1675)
Browse files Browse the repository at this point in the history
Closes #1674
  • Loading branch information
jutonz authored and vbrazo committed Jul 31, 2019
1 parent 48a5d20 commit 7379480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ en:
- Fri
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
Expand All @@ -44,6 +45,7 @@ en:
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- January
- February
- March
Expand Down

0 comments on commit 7379480

Please sign in to comment.