mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-05 07:32:26 +00:00
9 lines
232 B
C++
9 lines
232 B
C++
#pragma once
|
|
|
|
#include <user/config.h>
|
|
|
|
inline std::string g_localeMissing = "<missing string>";
|
|
|
|
extern std::unordered_map<std::string, std::unordered_map<ELanguage, std::string>> g_locale;
|
|
|
|
std::string& Localise(const char* key);
|