Claw
1.7.0
|
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.