|
Functions |
XIMOL_BEGIN_PRIVATE_NAMESPACE
void | start_translation () |
XIMOL_END_PRIVATE_NAMESPACE
XIMOL_BEGIN_NAMESPACE const
wchar_t * | translate (const wchar_t *x) |
| base function for the translation.
|
std::wstring | _ (const std::wstring &x) |
| Function for the translation with 0 argument.
|
std::wstring | translate (const std::wstring &x, const std::list< std::wstring > &args) |
| Translate the base string and place arguments.
|