mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Update Language Screen for Bruh and Русский.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user