mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
I18N
- Localized more commands.
This commit is contained in:
parent
e5139780ea
commit
44d835947b
4 changed files with 78 additions and 63 deletions
|
@ -72,10 +72,6 @@ int CmdDelete::execute (std::string& output)
|
|||
// Apply the command line modifications to the new task.
|
||||
Arguments modifications = context.args.extract_modifications ();
|
||||
|
||||
// Determine the end date.
|
||||
char endTime[16];
|
||||
sprintf (endTime, "%u", (unsigned int) time (NULL));
|
||||
|
||||
std::vector <Task>::iterator task;
|
||||
for (task = filtered.begin (); task != filtered.end (); ++task)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue