mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-08 11:43:14 +00:00
gui: Implement gui translations
This commit is contained in:
parent
c79b10edc1
commit
3f445eca40
35 changed files with 11473 additions and 63 deletions
|
@ -23,8 +23,8 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
|
|||
}).results();
|
||||
|
||||
// Progress bar, please be patient :)
|
||||
QProgressDialog dialog("Loading game list, please wait :3", "Cancel", 0, 0, parent);
|
||||
dialog.setWindowTitle("Loading...");
|
||||
QProgressDialog dialog(tr("Loading game list, please wait :3"), tr("Cancel"), 0, 0, parent);
|
||||
dialog.setWindowTitle(tr("Loading..."));
|
||||
|
||||
QFutureWatcher<void> futureWatcher;
|
||||
GameListUtils game_util;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue