#include "global.hpp"
#include "gettext.hpp"
#include <cstring>
Go to the source code of this file.
Functions | |
char const * | egettext (char const *msgid) |
const char * | sgettext (const char *msgid) |
const char * | dsgettext (const char *domainname, const char *msgid) |
const char * | sngettext (const char *singular, const char *plural, int n) |
const char * | dsngettext (const char *domainname, const char *singular, const char *plural, int n) |
const char* dsgettext | ( | const char * | domainname, | |
const char * | msgid | |||
) |
Definition at line 39 of file gettext.cpp.
Referenced by hotkey::load_descriptions(), and t_string::str().
const char* dsngettext | ( | const char * | domainname, | |
const char * | singular, | |||
const char * | plural, | |||
int | n | |||
) |
Definition at line 66 of file gettext.cpp.
char const* egettext | ( | char const * | msgid | ) |
const char* sgettext | ( | const char * | msgid | ) |
Definition at line 26 of file gettext.cpp.
Referenced by events::menu_handler::ai_formula(), preferences::show_preferences_dialog(), gui::show_title(), and events::menu_handler::user_command().
const char* sngettext | ( | const char * | singular, | |
const char * | plural, | |||
int | n | |||
) |
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |