8 #include <boost/test/unit_test.hpp> 10 BOOST_AUTO_TEST_SUITE(translation_tests)
consteval auto _t(util::TranslatedLiteral str)
static TranslateFn translate
Compile-time literal string that can be translated with an optional translation function.
BOOST_AUTO_TEST_CASE(translation_namedparams)
BOOST_AUTO_TEST_SUITE_END()
std::function< std::string(const char *)> TranslateFn
Translate a message to the native language of the user.
#define BOOST_CHECK_EQUAL(v1, v2)
const TranslateFn * translate_fn