MasterDB Localization

This commit is contained in:
chinosk
2025-01-05 22:36:12 +00:00
parent c50fdfd678
commit 35c2b9f489
22 changed files with 1927 additions and 40 deletions

View File

@@ -3,8 +3,11 @@
#include <string>
#include <filesystem>
#include <unordered_set>
namespace GakumasLocal::Local {
extern std::unordered_set<std::string> translatedText;
std::filesystem::path GetBasePath();
void LoadData();
bool GetI18n(const std::string& key, std::string* ret);