TranslateFn

Translate a message to the native language of the user.

Synopsis

Declared in <util/translation.h>

using TranslateFn = std::function<std::string(char const*)>;