mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
Use Retranslator in KeyboardPage.
This commit is contained in:
parent
fb92697a93
commit
688cc8f798
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "GlobalStorage.h"
|
||||
#include "JobQueue.h"
|
||||
#include "utils/Logger.h"
|
||||
#include "utils/Retranslator.h"
|
||||
|
||||
#include <QComboBox>
|
||||
#include <QProcess>
|
||||
|
@ -67,6 +68,8 @@ KeyboardPage::KeyboardPage( QWidget* parent )
|
|||
QProcess::execute( QString( "setxkbmap -model \"%1\"" )
|
||||
.arg( model ).toUtf8() );
|
||||
});
|
||||
|
||||
CALAMARES_RETRANSLATE( ui->retranslateUi( this ); )
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue