This commit is contained in:
VoltZ
2019-11-09 13:25:06 +01:00
parent bbf8c0f21a
commit 2a0c6f73f0
2 changed files with 13 additions and 178 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ std::string Lang::get(const std::string &key) {
return appJson.at(key).get_ref<const std::string&>();
}
std::string langs[] = {"br", "de", "en", "es", "fr", "it", "jp", "lt", "pt", "ru"};
std::string langs[] = {"br", "de", "en", "es", "fr", "it", "lt", "pt", "ru", "jp"};
void Lang::load(int lang) {
FILE* values;