yuzu/configure_gamelist: Make combo box strings translatable

Given these are shown to the user, they should be translatable.

While we're at it, also set up the dialog to automatically retranslate
the dialog along with the combo boxes if it receives a LanguageChange
event.
This commit is contained in:
Lioncash
2018-09-12 01:11:25 -04:00
parent a9b953e6d4
commit e89c22c147
2 changed files with 47 additions and 21 deletions

View File

@ -23,6 +23,9 @@ public:
private:
void setConfiguration();
void changeEvent(QEvent*) override;
void RetranslateUI();
void InitializeIconSizeComboBox();
void InitializeRowComboBoxes();