Update Language Screen for Bruh and Русский.

This commit is contained in:
VoltZ
2019-11-08 01:30:46 +01:00
parent 1715b957a8
commit 4024901a6b
3 changed files with 138 additions and 84 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[] = {"de", "en", "es", "fr", "it", "jp", "lt", "pt"};
std::string langs[] = {"br", "de", "en", "es", "fr", "it", "jp", "lt", "pt", "ru"};
void Lang::load(int lang) {
FILE* values;