metaforce/Editor/locale/locale.hpp

12 lines
270 B
C++
Raw Normal View History

2018-10-06 20:40:45 -07:00
#pragma once
2018-04-30 09:56:14 -07:00
#include <specter/Translator.hpp>
2018-12-07 21:19:15 -08:00
namespace urde {
2018-04-30 09:56:14 -07:00
std::vector<std::pair<std::string_view, std::string_view>> ListLocales();
const specter::Locale* LookupLocale(std::string_view name);
const specter::Locale* SystemLocaleOrEnglish();
2018-12-07 21:19:15 -08:00
} // namespace urde