mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
I18N L10N - Sequence
- Sequence object localized. - StringTable changed to inherit from std::map. - StringTable copy constructor, assignment operator removed. - Various source files tagged for further l10n work.
This commit is contained in:
parent
76aa3c535e
commit
f43e47a739
9 changed files with 185 additions and 182 deletions
|
@ -32,6 +32,14 @@
|
|||
#define SHELL_UNKNOWN_ERROR 100
|
||||
#define SHELL_READ_PASSWD 101
|
||||
|
||||
#define CONFIRM_YES_NO 102
|
||||
|
||||
#define SEQUENCE_BAD_SEQ 103
|
||||
#define SEQUENCE_BAD_RANGE 104
|
||||
#define SEQUENCE_INVERTED 105
|
||||
#define SEQUENCE_RANGE_MAX 106
|
||||
#define SEQUENCE_NOT_A_SEQUENCE 107
|
||||
|
||||
// 2xx Commands
|
||||
#define CMD_ACTIVE 200
|
||||
#define CMD_ADD 201
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue