Rizin
unix-like reverse engineering framework and cli tools
|
Wrapper for gettext and friends. More...
Go to the source code of this file.
Macros | |
#define | TUKLIB_GETTEXT 0 |
#define | tuklib_gettext_init(package, localedir) setlocale(LC_ALL, "") |
#define | _(msgid) (msgid) |
#define | ngettext(msgid1, msgid2, n) ((n) == 1 ? (msgid1) : (msgid2)) |
#define | N_(msgid) msgid |
Wrapper for gettext and friends.
Definition in file tuklib_gettext.h.
#define _ | ( | msgid | ) | (msgid) |
Definition at line 39 of file tuklib_gettext.h.
#define N_ | ( | msgid | ) | msgid |
Definition at line 42 of file tuklib_gettext.h.
Definition at line 40 of file tuklib_gettext.h.
#define TUKLIB_GETTEXT 0 |
Definition at line 23 of file tuklib_gettext.h.
#define tuklib_gettext_init | ( | package, | |
localedir | |||
) | setlocale(LC_ALL, "") |
Definition at line 37 of file tuklib_gettext.h.