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 3b44db275e
commit baafcb6c76
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();