citra_qt: load translation from resource

This commit is contained in:
wwylele
2017-12-16 13:11:05 +02:00
parent d3112aedba
commit 62890b253e
21 changed files with 158 additions and 4 deletions
@@ -277,3 +277,7 @@ void ConfigureInput::keyPressEvent(QKeyEvent* event) {
}
setPollingResult({}, true);
}
void ConfigureInput::retranslateUi() {
ui->retranslateUi(this);
}