Go to the documentation of this file.
30 #ifndef __CLAW_CLAW_GETTEXT_HPP__
31 #define __CLAW_CLAW_GETTEXT_HPP__
39 #define claw_gettext(s) dgettext( "libclaw", (s) )
47 #define claw_ngettext(s, p, n) dngettext( "libclaw", (s), (p), (n) )
49 #endif // __CLAW_CLAW_GETTEXT_HPP__