10#include <QCoreApplication>
17 return QCoreApplication::translate(
"bitcoin-core", psz).toStdString();
const std::function< std::string()> G_TEST_GET_FULL_NAME
Retrieve the unit test name.
const TranslateFn G_TRANSLATION_FUN
Translate string to current locale using Qt.
int GuiMain(int argc, char *argv[])
std::function< std::string(const char *)> TranslateFn
Translate a message to the native language of the user.