citra_qt: load translation from resource
This commit is contained in:
@ -24,3 +24,7 @@ void ConfigureDebug::applyConfiguration() {
|
||||
Settings::values.gdbstub_port = ui->gdbport_spinbox->value();
|
||||
Settings::Apply();
|
||||
}
|
||||
|
||||
void ConfigureDebug::retranslateUi() {
|
||||
ui->retranslateUi(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user