Add Ukrainian switch language

This commit is contained in:
Laurent Trinques
2022-12-19 13:04:19 +01:00
parent 808598f759
commit 0753bac62f
3 changed files with 4 additions and 2 deletions

View File

@@ -317,8 +317,7 @@ void GeneralConfigurationPage::fillLang()
ui->m_lang_cb->addItem(QET::Icons::tr, tr("Turc"), "tr");
ui->m_lang_cb->addItem(QET::Icons::hu, tr("Hongrois"), "hu");
ui->m_lang_cb->addItem(QET::Icons::mn, tr("Mongol"), "mn");
ui->m_lang_cb->addItem(QET::Icons::uk, tr("Ukrainien"), "uk");
//set current index to the lang found in setting file
//if lang doesn't exist set to system
QSettings settings;