mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
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:
parent
3b44db275e
commit
baafcb6c76
2 changed files with 47 additions and 21 deletions
|
@ -23,6 +23,9 @@ public:
|
|||
private:
|
||||
void setConfiguration();
|
||||
|
||||
void changeEvent(QEvent*) override;
|
||||
void RetranslateUI();
|
||||
|
||||
void InitializeIconSizeComboBox();
|
||||
void InitializeRowComboBoxes();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue