mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Typo
- Fixed typo in L10N name month names.
This commit is contained in:
parent
851347fccc
commit
6145f2d4a8
2 changed files with 4 additions and 4 deletions
|
@ -387,7 +387,7 @@ std::string Date::monthName (int month)
|
|||
STRING_DATE_AUGUST_LONG,
|
||||
STRING_DATE_SEPTEMBER_LONG,
|
||||
STRING_DATE_OCTOBER_LONG,
|
||||
STRING_DATE_NOEMBER_LONG,
|
||||
STRING_DATE_NOVEMBER_LONG,
|
||||
STRING_DATE_DECEMBER_LONG,
|
||||
};
|
||||
|
||||
|
@ -496,7 +496,7 @@ int Date::monthOfYear (const std::string& input)
|
|||
if (in == STRING_DATE_AUGUST_LONG || in == STRING_DATE_AUGUST_SHORT ) return 8;
|
||||
if (in == STRING_DATE_SEPTEMBER_LONG || in == STRING_DATE_SEPTEMBER_SHORT) return 9;
|
||||
if (in == STRING_DATE_OCTOBER_LONG || in == STRING_DATE_OCTOBER_SHORT ) return 10;
|
||||
if (in == STRING_DATE_NOEMBER_LONG || in == STRING_DATE_NOEMBER_SHORT ) return 11;
|
||||
if (in == STRING_DATE_NOVEMBER_LONG || in == STRING_DATE_NOVEMBER_SHORT ) return 11;
|
||||
if (in == STRING_DATE_DECEMBER_LONG || in == STRING_DATE_DECEMBER_SHORT ) return 12;
|
||||
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue