Added new strings and update Korean, Japanese lang. (#146)

* Added new strings and update Korean, Japanese lang.

* Update ko.json, ja.json.
This commit is contained in:
Yorunokyujitsu
2025-05-25 07:32:38 +09:00
committed by GitHub
parent d50bcb650f
commit 4172d5d5b6
20 changed files with 4291 additions and 2626 deletions

View File

@@ -1645,7 +1645,7 @@ void App::DisplayInstallOptions(bool left_side) {
App::GetApp()->m_skip_ticket.Set(enable);
}));
options->Add(std::make_shared<ui::SidebarEntryBool>("skip NCA hash verify"_i18n, App::GetApp()->m_skip_nca_hash_verify.Get(), [](bool& enable){
options->Add(std::make_shared<ui::SidebarEntryBool>("Skip NCA hash verify"_i18n, App::GetApp()->m_skip_nca_hash_verify.Get(), [](bool& enable){
App::GetApp()->m_skip_nca_hash_verify.Set(enable);
}));