Macros to call gettext on the libclaw textdomain. More...
#include <libintl.h>
Go to the source code of this file.
Defines | |
#define | claw_gettext(s) dgettext( "libclaw", (s) ) |
#define | claw_ngettext(s, p, n) dngettext( "libclaw", (s), (p), (n) ) |
Macros to call gettext on the libclaw textdomain.
Definition in file claw_gettext.hpp.
#define claw_gettext | ( | s ) | dgettext( "libclaw", (s) ) |
Definition at line 35 of file claw_gettext.hpp.
Referenced by claw::application::application(), claw::log_level::get_string(), and claw::log_stream_uniq::output_current_line().
#define claw_ngettext | ( | s, | |
p, | |||
n | |||
) | dngettext( "libclaw", (s), (p), (n) ) |
Definition at line 36 of file claw_gettext.hpp.
Referenced by claw::log_stream_uniq::output_current_line().