mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Make Polish selectable.
This commit is contained in:
@@ -13,7 +13,7 @@ std::string Lang::get(const std::string &key) {
|
||||
return appJson.at(key).get_ref<const std::string&>();
|
||||
}
|
||||
|
||||
std::string langs[] = {"br", "da", "de", "en", "es", "fr", "it", "lt", "pt", "ru", "jp"};
|
||||
std::string langs[] = {"br", "da", "de", "en", "es", "fr", "it", "lt", "pl", "pt", "ru", "jp"};
|
||||
|
||||
void Lang::load(const std::string lang) {
|
||||
FILE* values;
|
||||
|
||||
Reference in New Issue
Block a user