libfilezilla
|
Functions to translate strings. More...
Go to the source code of this file.
Namespaces | |
fz | |
The namespace used by libfilezilla. | |
Macros | |
#define | fztranslate fz::translate |
#define | fztranslate fz::translate |
#define | fztranslate_mark |
Functions | |
void | set_translators (std::wstring(*s)(char const *const t), std::wstring(*pf)(char const *const singular, char const *const plural, int64_t n)) |
Sets translators for strings. More... | |
std::wstring | translate (char const *const source) |
Translates the input string with the configured translator. More... | |
std::wstring | translate (char const *const singular, char const *const plural, int64_t n) |
Functions to translate strings.