mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-02 21:57:19 +02:00
I18N
- Localized more commands.
This commit is contained in:
parent
ba723db9d7
commit
e5139780ea
8 changed files with 85 additions and 80 deletions
|
@ -173,11 +173,7 @@ CmdImport::fileType CmdImport::determineFileType (const std::vector <std::string
|
|||
void CmdImport::decorateTask (Task& task)
|
||||
{
|
||||
if (!task.has ("entry"))
|
||||
{
|
||||
char entryTime[16];
|
||||
sprintf (entryTime, "%u", (unsigned int) time (NULL));
|
||||
task.set ("entry", entryTime);
|
||||
}
|
||||
task.setEntry ();
|
||||
|
||||
task.setStatus (Task::pending);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue