citra_qt: load translation from resource
This commit is contained in:
parent
d3112aedba
commit
62890b253e
21 changed files with 158 additions and 4 deletions
|
@ -20,6 +20,12 @@ public:
|
|||
|
||||
void applyConfiguration();
|
||||
|
||||
private slots:
|
||||
void onLanguageChanged(const QString& locale);
|
||||
|
||||
signals:
|
||||
void languageChanged(const QString& locale);
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue