Skip to content

Commit 2029ead

Browse files
committed
fix: add month abbreviations
1 parent 3e916c7 commit 2029ead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Data/Time/Calendar/Extra.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ monthAssocList =
2323
, ("Feb.", 2)
2424
, ("März", 3)
2525
, ("March", 3)
26+
, ("Mar", 3)
27+
, ("Mar.", 3)
2628
, ("April", 4)
2729
, ("Apr.", 4)
2830
, ("Mai", 5)

0 commit comments

Comments
 (0)