Claw 1.7.0
Defines
claw_gettext.hpp File Reference

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) )

Detailed Description

Macros to call gettext on the libclaw textdomain.

Author:
Julien Jorge

Definition in file claw_gettext.hpp.