mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-31 06:05:35 +00:00
12 lines
270 B
C++
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
|