sbuild  1.7.1
Namespaces | Constant Groups | Functions
i18n.h File Reference

Internationalisation functions. More...

#include <sbuild/config.h>
#include <string>
+ Include dependency graph for i18n.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 sbuild
 Debian source builder components.
 

Constant Groups

 sbuild
 Debian source builder components.
 

Functions

const char * sbuild::gettext (const char *message)
 Get a translated message. More...
 
const char * sbuild::gettext (const std::string &message)
 Get a translated message. More...
 
const char * sbuild::_ (const char *message)
 Get a translated message. More...
 
const char * sbuild::gettext_noop (const char *message)
 Get a message with no translation. More...
 
const char * sbuild::N_ (const char *message)
 Get a message with no translation. More...
 

Detailed Description

Internationalisation functions.

This header defines the functions used to mark up and translate strings.