feat: add translate
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
|
||||
std::string defaultConfig = R"({
|
||||
"ConsoleLog": {
|
||||
"JoinMessage": true,
|
||||
"LeftMessage": true,
|
||||
"DeathMessage": true
|
||||
},
|
||||
"FileLog": {
|
||||
"Enabled": false,
|
||||
"Path": "./logs/DeathLog.log"
|
||||
},
|
||||
"ServerSideTranslation": {
|
||||
"Enabled": false,
|
||||
"Language": "en_US"
|
||||
}
|
||||
})";
|
||||
Reference in New Issue
Block a user