#include <tinyformat.h>
#include <functional>
Go to the source code of this file.
|
const std::function< std::string(const char *)> | G_TRANSLATION_FUN |
| Translate a message to the native language of the user. More...
|
|
◆ _()
Translation function.
If no translation function is set, simply return the input.
Definition at line 68 of file translation.h.
◆ operator+()
◆ Untranslated()
◆ G_TRANSLATION_FUN
const std::function<std::string(const char *)> G_TRANSLATION_FUN |
|
extern |
Translate a message to the native language of the user.
Translate a message to the native language of the user.
Definition at line 47 of file bitcoin-cli.cpp.