Skip to content

Commit

Permalink
fix(#973): plural #Duration tagging e.g. months
Browse files Browse the repository at this point in the history
  • Loading branch information
thegoatherder committed Mar 29, 2023
1 parent 2018e73 commit f90940d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/lexicon/dates/durations.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
export default [
'century',
'centuries',
'day',
'days',
'decade',
'decades',
'hour',
'hours',
'hr',
'hrs',
'millisecond',
'milliseconds',
'minute',
'minutes',
// 'min',
'month',
'months',
'sec',
'secs',
// 'week end',
'weekend',
'week',
'weeks',
'wk',
'wks',
'year',
'years',
'yr',
'yrs',
'quarter',
// 'quarters',
'qtr',
Expand Down

0 comments on commit f90940d

Please sign in to comment.