mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
L10N
- Added mechanism that displays the target language and tranlator's name for non-standard localizations.
This commit is contained in:
parent
3a4871e975
commit
e7428663d2
3 changed files with 24 additions and 1 deletions
|
@ -43,11 +43,14 @@
|
|||
|
||||
#include <cmake.h>
|
||||
|
||||
// Translators:
|
||||
// Duplicate these three lines, changing "EN_US" and "en-US" to the new
|
||||
// localization.
|
||||
#if PACKAGE_LANGUAGE == LANGUAGE_EN_US
|
||||
#include <en-US.h>
|
||||
#endif
|
||||
|
||||
// Other languages here.
|
||||
// Add other languages here.
|
||||
|
||||
#define CCOLOR_BOLD 500
|
||||
#define CCOLOR_UNDERLINE 501
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue