mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
L10N Review
- Reviewed (and made notes) of all commands for the L10N punch list.
This commit is contained in:
parent
297ec6dd1f
commit
56b9b23988
4 changed files with 4 additions and 5 deletions
|
@ -60,7 +60,7 @@ int CmdAdd::execute (std::string& output)
|
||||||
if (context.verbose ("new-id"))
|
if (context.verbose ("new-id"))
|
||||||
output = format (STRING_CMD_ADD_FEEDBACK, context.tdb2.next_id ()) + "\n";
|
output = format (STRING_CMD_ADD_FEEDBACK, context.tdb2.next_id ()) + "\n";
|
||||||
|
|
||||||
// context.footnote (onProjectChange (task));
|
// TODO context.footnote (onProjectChange (task));
|
||||||
|
|
||||||
context.tdb2.commit ();
|
context.tdb2.commit ();
|
||||||
return rc;
|
return rc;
|
||||||
|
|
|
@ -67,7 +67,7 @@ int CmdLog::execute (std::string& output)
|
||||||
context.tdb2.add (task);
|
context.tdb2.add (task);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
context.footnote (onProjectChange (task));
|
TODO context.footnote (onProjectChange (task));
|
||||||
*/
|
*/
|
||||||
context.tdb2.commit ();
|
context.tdb2.commit ();
|
||||||
|
|
||||||
|
|
|
@ -127,7 +127,6 @@ int CmdLogo::execute (std::string& output)
|
||||||
}
|
}
|
||||||
|
|
||||||
output += optionalBlankLine ();
|
output += optionalBlankLine ();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -35,8 +37,6 @@
|
||||||
#include <ViewText.h>
|
#include <ViewText.h>
|
||||||
#include <CmdShow.h>
|
#include <CmdShow.h>
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
extern Context context;
|
extern Context context;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue