libexplain  1.4.D001
Functions
libexplain/gettext.c File Reference
#include <libexplain/ac/libintl.h>
#include <libexplain/gettext.h>

Go to the source code of this file.

Functions

const char * explain_gettext (const char *text)

Function Documentation

const char* explain_gettext ( const char *  text)

The explain_gettext function may be used to translate a string, if i18n in in use.

Parameters:
textThe text to be translated (via gettext(3)).
Returns:
translated text, or the input argument if no translation available.

Definition at line 25 of file gettext.c.