27 #include <sbuild/config.h>
31 #ifdef SBUILD_FEATURE_NLS
33 #endif // SBUILD_FEATURE_NLS
60 #ifdef SBUILD_FEATURE_NLS
61 return dgettext (SBUILD_MESSAGE_CATALOGUE, message);
64 #endif // SBUILD_FEATURE_NLS
76 return gettext(message.c_str());
87 _ (
const char *message)
112 N_ (
const char *message)
Debian source builder components.
Definition: ctty.cc:31
const char * N_(const char *message)
Get a message with no translation.
Definition: i18n.h:112
const char * _(const char *message)
Get a translated message.
Definition: i18n.h:87
const char * gettext_noop(const char *message)
Get a message with no translation.
Definition: i18n.h:99
const char * gettext(const char *message)
Get a translated message.
Definition: i18n.h:58