feat: add language config

This commit is contained in:
Tsubasa6848
2024-05-25 23:53:06 +08:00
Unverified
parent e653ffa79e
commit 1773a04498
10 changed files with 65 additions and 57 deletions
+3 -1
View File
@@ -12,4 +12,6 @@ extern void RegisterCommands();
namespace Helper {
extern void broadcastMessage(std::string_view msg);
extern void broadcastToast(std::string_view msg);
} // namespace Helper
} // namespace Helper
extern std::string tr(std::string const& key, std::vector<std::string> const& params = {});