Skip to content

Commit

Permalink
have year shortened to 'a'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsheasby committed Feb 26, 2024
1 parent 3cc2d36 commit 132ad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pint/default_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ hour = 60 * minute = h = hr
day = 24 * hour = d
week = 7 * day
fortnight = 2 * week
year = 365.25 * day = a = yr = julian_year
year = 365.25 * day = yr = julian_year
month = year / 12

# decade = 10 * year
Expand Down

0 comments on commit 132ad3d

Please sign in to comment.