 |
Bitcoin Core
22.99.0
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_UTIL_TRANSLATION_H
6 #define BITCOIN_UTIL_TRANSLATION_H
49 template <
typename... Args>
68 #endif // BITCOIN_UTIL_TRANSLATION_H
bilingual_str _(const char *psz)
Translation function.
bilingual_str Untranslated(std::string original)
Mark a bilingual_str as untranslated.
bilingual_str operator+(bilingual_str lhs, const bilingual_str &rhs)
const std::function< std::string(const char *)> G_TRANSLATION_FUN
Translate a message to the native language of the user.
bilingual_str & operator+=(const bilingual_str &rhs)