citra_qt: load translation from resource
This commit is contained in:
parent
d3112aedba
commit
62890b253e
21 changed files with 158 additions and 4 deletions
|
@ -167,3 +167,7 @@ void ConfigureSystem::refreshConsoleID() {
|
|||
Service::CFG::UpdateConfigNANDSavegame();
|
||||
ui->label_console_id->setText("Console ID: 0x" + QString::number(console_id, 16).toUpper());
|
||||
}
|
||||
|
||||
void ConfigureSystem::retranslateUi() {
|
||||
ui->retranslateUi(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue