fix: add missing language

This commit is contained in:
Tsubasa6848
2024-05-26 19:38:24 +08:00
Unverified
parent b8718b941f
commit df7ccd00dc
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ struct Config {
struct serverSideTranslation {
bool Enabled = false;
std::string Language = "en_US";
std::string Language = "zh_CN";
} ServerSideTranslation;
};