pub type TranslationMap = FxHashMap<String, String>;
A map of translations.
struct TranslationMap { /* private fields */ }