![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include "sol/sol.hpp"
Include dependency graph for api_common_intl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| const char * | api_intl__ (sol::this_state s, const char *untranslated) |
| Translation helper function. More... | |
| const char * | api_intl_N_ (sol::this_state s, const char *untranslated) |
| Translation helper function. More... | |
| const char * | api_intl_Q_ (sol::this_state s, const char *untranslated) |
| Translation helper function. More... | |
| const char * | api_intl_PL_ (sol::this_state s, const char *singular, const char *plural, int n) |
| Translation helper function. More... | |
| const char* api_intl__ | ( | sol::this_state | s, |
| const char * | untranslated | ||
| ) |
Translation helper function.
Definition at line 22 of file api_common_intl.cpp.
Referenced by luascript_common_a_register().
| const char* api_intl_N_ | ( | sol::this_state | s, |
| const char * | untranslated | ||
| ) |
Translation helper function.
Definition at line 32 of file api_common_intl.cpp.
Referenced by luascript_common_a_register().
| const char* api_intl_PL_ | ( | sol::this_state | s, |
| const char * | singular, | ||
| const char * | plural, | ||
| int | n | ||
| ) |
Translation helper function.
Definition at line 52 of file api_common_intl.cpp.
Referenced by luascript_common_a_register().
| const char* api_intl_Q_ | ( | sol::this_state | s, |
| const char * | untranslated | ||
| ) |
Translation helper function.
Definition at line 42 of file api_common_intl.cpp.
Referenced by luascript_common_a_register().