|
sbuild
1.6.4
|
Internationalisation functions. More...
#include <sbuild/sbuild-config.h>#include <libintl.h>
Include dependency graph for sbuild-i18n.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | sbuild |
| Debian source builder components. | |
Functions | |
| const char * | sbuild::gettext (const char *message) |
| Get a translated message. | |
| const char * | sbuild::_ (const char *message) |
| Get a translated message. | |
| const char * | sbuild::gettext_noop (const char *message) |
| Get a message with no translation. | |
| const char * | sbuild::N_ (const char *message) |
| Get a message with no translation. | |
Internationalisation functions.
This header defines the functions used to mark up and translate strings.
1.8.1.2