mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
I18N
- More localization.
This commit is contained in:
parent
b63835757f
commit
8040ed5430
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,8 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <iostream>
|
||||
#define L10N // Localization complete.
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
@ -887,7 +888,6 @@ bool Nibbler::getDate (const std::string& format, time_t& t)
|
|||
tms.tm_sec = second;
|
||||
|
||||
t = mktime (&tms);
|
||||
std::cout << "# " << year << " " << month << " " << day << " " << hour << " " << minute << " " << second << "\n";
|
||||
mCursor = i;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue