mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-03 07:07:19 +02:00
Legacy
- Addded 'm' to the list of legacy duration formats, for mapping into 'months'.
This commit is contained in:
parent
a46b778101
commit
c5dacd7d78
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ void legacyValueMap (const std::string& name, std::string& value)
|
|||
mapping["mths"] = "months";
|
||||
mapping["mth"] = "months";
|
||||
mapping["mos"] = "months";
|
||||
mapping["m"] = "months";
|
||||
mapping["qrtrs"] = "quarters";
|
||||
mapping["qtrs"] = "quarters";
|
||||
mapping["qtr"] = "quarters";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue