citra_qt/multiplayer: retranslate multiplayer dialogs

This commit is contained in:
zhupengfei
2018-10-09 23:08:33 +08:00
parent f405134913
commit 748a9849ec
11 changed files with 39 additions and 0 deletions

View File

@@ -45,6 +45,11 @@ ClientRoomWindow::ClientRoomWindow(QWidget* parent)
ClientRoomWindow::~ClientRoomWindow() = default;
void ClientRoomWindow::RetranslateUi() {
ui->retranslateUi(this);
ui->chat->RetranslateUi();
}
void ClientRoomWindow::OnRoomUpdate(const Network::RoomInformation& info) {
UpdateView();
}