Fixed some translations of ko.json (#58)

* Fixed some translations of ko.json

* Add new string to lang.json and update ko, ja.

---------

Co-authored-by: Yorunokyujitsu <seonmini1315@gamil.com>
Co-authored-by: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com>
This commit is contained in:
Yorunokyujitsu
2024-12-29 10:02:04 +09:00
committed by GitHub
parent 5e315bd65f
commit ec06763e50
13 changed files with 101 additions and 41 deletions

View File

@@ -317,7 +317,7 @@ Menu::Menu() : MenuBase{"GitHub"_i18n} {
return DownloadApp(pbox, asset_entry, ptr);
}, [this](bool success){
if (success) {
App::Notify("Downloaded " + GetEntry().repo);
App::Notify("Downloaded "_i18n + GetEntry().name);
}
}, 2));
}));