citra_qt: load translation from resource

This commit is contained in:
wwylele 2017-09-23 16:13:59 +03:00
parent d3112aedba
commit 62890b253e
21 changed files with 158 additions and 4 deletions

View file

@ -75,3 +75,7 @@ void ConfigureAudio::updateAudioDevices(int sink_index) {
ui->audio_device_combo_box->addItem(device.c_str());
}
}
void ConfigureAudio::retranslateUi() {
ui->retranslateUi(this);
}