mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
l10n: Eliminated STRING_UTIL_CONFIRM_*
This commit is contained in:
parent
1d4b9173fc
commit
8412198138
10 changed files with 7 additions and 74 deletions
|
@ -50,12 +50,17 @@
|
|||
#include <pwd.h>
|
||||
#include <signal.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#include <Lexer.h>
|
||||
#include <utf8.h>
|
||||
#include <util.h>
|
||||
#include <main.h>
|
||||
#include <i18n.h>
|
||||
|
||||
#define STRING_UTIL_CONFIRM_YES "yes"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Yes"
|
||||
#define STRING_UTIL_CONFIRM_NO "no"
|
||||
#define STRING_UTIL_CONFIRM_ALL "all"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "All"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "quit"
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue