lib: Add fortnightly as a synonym for biweekly.
This commit is contained in:
parent
e0fab4f882
commit
b3cd865786
@ -984,6 +984,8 @@ reportingintervalp = choice' [
|
|||||||
tryinterval "year" "yearly" Years,
|
tryinterval "year" "yearly" Years,
|
||||||
do string' "biweekly"
|
do string' "biweekly"
|
||||||
return $ Weeks 2,
|
return $ Weeks 2,
|
||||||
|
do string' "fortnightly"
|
||||||
|
return $ Weeks 2,
|
||||||
do string' "bimonthly"
|
do string' "bimonthly"
|
||||||
return $ Months 2,
|
return $ Months 2,
|
||||||
do string' "every"
|
do string' "every"
|
||||||
|
|||||||
@ -1521,7 +1521,7 @@ T}
|
|||||||
.TE
|
.TE
|
||||||
.PP
|
.PP
|
||||||
The following more complex report intervals are also supported:
|
The following more complex report intervals are also supported:
|
||||||
\f[C]biweekly\f[R], \f[C]bimonthly\f[R],
|
\f[C]biweekly\f[R], \f[C]fortnightly\f[R], \f[C]bimonthly\f[R],
|
||||||
\f[C]every day|week|month|quarter|year\f[R],
|
\f[C]every day|week|month|quarter|year\f[R],
|
||||||
\f[C]every N days|weeks|months|quarters|years\f[R].
|
\f[C]every N days|weeks|months|quarters|years\f[R].
|
||||||
.PP
|
.PP
|
||||||
|
|||||||
@ -1029,6 +1029,7 @@ For example:
|
|||||||
|
|
||||||
The following more complex report intervals are also supported:
|
The following more complex report intervals are also supported:
|
||||||
`biweekly`,
|
`biweekly`,
|
||||||
|
`fortnightly`,
|
||||||
`bimonthly`,
|
`bimonthly`,
|
||||||
`every day|week|month|quarter|year`,
|
`every day|week|month|quarter|year`,
|
||||||
`every N days|weeks|months|quarters|years`.
|
`every N days|weeks|months|quarters|years`.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user