#include "Translation.h" const char *translatedString(uint16_t offset) { return TranslationStrings + offset; }