citra_qt: load translation from resource
This commit is contained in:
@@ -19,6 +19,13 @@ public:
|
||||
~ConfigureGeneral();
|
||||
|
||||
void applyConfiguration();
|
||||
void retranslateUi();
|
||||
|
||||
private slots:
|
||||
void onLanguageChanged(int index);
|
||||
|
||||
signals:
|
||||
void languageChanged(const QString& locale);
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
|
Reference in New Issue
Block a user