5 #ifndef BITCOIN_UTIL_TRANSLATION_H 6 #define BITCOIN_UTIL_TRANSLATION_H 27 bool empty()
const {
return original.empty(); }
41 template <
typename... Args>
60 #endif // BITCOIN_UTIL_TRANSLATION_H 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)
bilingual_str Untranslated(std::string original)
Mark a bilingual_str as untranslated.
bilingual_str operator+(bilingual_str lhs, const bilingual_str &rhs)
bilingual_str _(const char *psz)
Translation function.