mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
L10N
- Localized Dates.
This commit is contained in:
parent
4996576d64
commit
57e63dfeb2
6 changed files with 32 additions and 2 deletions
|
@ -480,10 +480,10 @@ bool namedDates (const std::string& name, Variant& value)
|
|||
}
|
||||
}
|
||||
else
|
||||
throw std::string ("Error: number and ordinal don't match.");
|
||||
throw std::string (STRING_DATES_ORD_MISMATCH);
|
||||
}
|
||||
else
|
||||
throw std::string ("Error: no month has more than 31 days.");
|
||||
throw std::string (STRING_DATES_MONTH_31);
|
||||
}
|
||||
|
||||
else if (name == "easter" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue