#ifndef URDE_LOCALE_HPP #define URDE_LOCALE_HPP #include namespace urde { std::vector> ListLocales(); const specter::Locale* LookupLocale(const std::string& name); const specter::Locale* SystemLocaleOrEnglish(); } #endif // URDE_LOCALE_HPP