mirror of
https://github.com/PabloMK7/citra.git
synced 2025-07-26 06:16:50 +00:00
citra_qt: load translation from resource
This commit is contained in:
parent
d3112aedba
commit
62890b253e
21 changed files with 158 additions and 4 deletions
src/citra_qt/configuration
|
@ -277,3 +277,7 @@ void ConfigureInput::keyPressEvent(QKeyEvent* event) {
|
|||
}
|
||||
setPollingResult({}, true);
|
||||
}
|
||||
|
||||
void ConfigureInput::retranslateUi() {
|
||||
ui->retranslateUi(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue