2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-16 10:06:00 +00:00
metaforce/Editor/locale/locale.hpp
2017-11-12 20:19:18 -10:00

16 lines
314 B
C++

#ifndef URDE_LOCALE_HPP
#define URDE_LOCALE_HPP
#include <specter/Translator.hpp>
namespace urde
{
std::vector<std::pair<std::string_view, std::string_view>> ListLocales();
const specter::Locale* LookupLocale(std::string_view name);
const specter::Locale* SystemLocaleOrEnglish();
}
#endif // URDE_LOCALE_HPP