mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
I18N
- Localized more files.
This commit is contained in:
parent
42ead6b34d
commit
c9cc43dc5f
9 changed files with 71 additions and 39 deletions
|
@ -24,6 +24,9 @@
|
|||
// USA
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define L10N // Localization complete.
|
||||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <Context.h>
|
||||
|
@ -32,8 +35,6 @@
|
|||
#include <util.h>
|
||||
#include <main.h>
|
||||
|
||||
#define L10N // Localization complete.
|
||||
|
||||
extern Context context;
|
||||
|
||||
static std::map <std::string, Color> gsColor;
|
||||
|
@ -318,4 +319,3 @@ std::string colorizeDebug (const std::string& input)
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue