Freeciv-3.1
|
Go to the source code of this file.
Functions | |
const char * | api_intl__ (lua_State *L, const char *untranslated) |
const char * | api_intl_N_ (lua_State *L, const char *untranslated) |
const char * | api_intl_Q_ (lua_State *L, const char *untranslated) |
const char * | api_intl_PL_ (lua_State *L, const char *singular, const char *plural, int n) |
const char * api_intl__ | ( | lua_State * | L, |
const char * | untranslated | ||
) |
Translation helper function.
Definition at line 29 of file api_common_intl.c.
Referenced by tolua_common_a__00().
const char * api_intl_N_ | ( | lua_State * | L, |
const char * | untranslated | ||
) |
Translation helper function.
Definition at line 40 of file api_common_intl.c.
Referenced by tolua_common_a_N_00().
const char * api_intl_PL_ | ( | lua_State * | L, |
const char * | singular, | ||
const char * | plural, | ||
int | n | ||
) |
Translation helper function.
Definition at line 62 of file api_common_intl.c.
Referenced by tolua_common_a_PL_00().
const char * api_intl_Q_ | ( | lua_State * | L, |
const char * | untranslated | ||
) |
Translation helper function.
Definition at line 51 of file api_common_intl.c.
Referenced by tolua_common_a_Q_00().