20 #ifndef ANTKEEPER_I18N_STRING_MAP_HPP
21 #define ANTKEEPER_I18N_STRING_MAP_HPP
24 #include <unordered_map>
32 typedef std::unordered_map<hash::fnv1a32_t, std::string>
string_map;
Internationalization and localization.
std::unordered_map< hash::fnv1a32_t, std::string > string_map
Maps 32-bit keys to strings.