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:
@@ -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));
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user