mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Qt: Use localized game icons and titles
This commit is contained in:
parent
a1fa8dd701
commit
42ba0b6271
11 changed files with 197 additions and 49 deletions
|
@ -2413,9 +2413,9 @@ void main_window::RepaintGui()
|
|||
Q_EMIT RequestDialogRepaint();
|
||||
}
|
||||
|
||||
void main_window::RetranslateUI(const QStringList& language_codes, const QString& language)
|
||||
void main_window::RetranslateUI(const QStringList& language_codes, const QString& language_code)
|
||||
{
|
||||
UpdateLanguageActions(language_codes, language);
|
||||
UpdateLanguageActions(language_codes, language_code);
|
||||
|
||||
ui->retranslateUi(this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue