Commit dca53b30 authored by nanahira's avatar nanahira

missing language

parent 61a12241
...@@ -1434,6 +1434,10 @@ void Game::LoadConfig() { ...@@ -1434,6 +1434,10 @@ void Game::LoadConfig() {
myswprintf(mainGame->gameConf.locale, L"%ls", L"ko-KR"); myswprintf(mainGame->gameConf.locale, L"%ls", L"ko-KR");
break; break;
} }
case 0x16: {
myswprintf(mainGame->gameConf.locale, L"%ls", L"pt-BR");
break;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment