mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
i18n
- Localized a few strings, for fun.
This commit is contained in:
parent
62203a45f8
commit
02065c3cdc
8 changed files with 50 additions and 232 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <sstream>
|
||||
#include <Context.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
#include <DOM.h>
|
||||
#include "../cmake.h"
|
||||
|
||||
|
@ -138,7 +139,7 @@ const std::string DOM::get (const std::string& name)
|
|||
#elif defined (LINUX)
|
||||
return "Linux";
|
||||
#else
|
||||
return "<unknown>";
|
||||
return STRING_DOM_UNKNOWN
|
||||
#endif
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue