Skip to content

Commit

Permalink
Add Julian year
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Jun 9, 2022
1 parent 8656e0a commit 2090a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Insect/Parser.purs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ normalUnitDict = Dictionary
, Q.fortnight ==> ["fortnights", "fortnight"]
, Q.month ==> ["months", "month"]
, Q.year ==> ["years", "year"]
, Q.julianYear ==> ["julianYears", "julianYear"]
, Q.gram ==> ["grammes", "gramme", "grams", "gram", "g"]
, Q.meter ==> ["metres", "metre", "meters", "meter", "m"]
, Q.liter ==> ["liters", "liter", "litres", "litre", "L", "l"]
Expand Down

0 comments on commit 2090a7d

Please sign in to comment.