2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-31 06:05:35 +00:00
metaforce/Editor/locale/locale.hpp
2018-12-07 19:19:15 -10:00

12 lines
270 B
C++

#pragma once
#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();
} // namespace urde