Lightweight text lookup service backed by a JSON file.
Definition: text.h:17
Text()
Loads text data from the JSON source.
Definition: text.cpp:8
const std::string & getText(const char *key) const
Returns the text associated with the given key.
Definition: text.cpp:14