mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Add Hungarian switch language
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5574 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
parent
80426630b9
commit
ae026f8a4f
@ -192,6 +192,7 @@ namespace QET {
|
||||
QIcon es;
|
||||
QIcon fr;
|
||||
QIcon hr;
|
||||
QIcon hu;
|
||||
QIcon it;
|
||||
QIcon pl;
|
||||
QIcon pt;
|
||||
@ -510,6 +511,7 @@ void QET::Icons::initIcons() {
|
||||
es .addFile(":/ico/24x16/es.png");
|
||||
fr .addFile(":/ico/24x16/fr.png");
|
||||
hr .addFile(":/ico/24x16/hr.png");
|
||||
hu .addFile(":/ico/24x16/hu.png");
|
||||
it .addFile(":/ico/24x16/it.png");
|
||||
pl .addFile(":/ico/24x16/pl.png");
|
||||
pt .addFile(":/ico/24x16/pt.png");
|
||||
|
@ -200,6 +200,7 @@ namespace QET {
|
||||
extern QIcon es;
|
||||
extern QIcon fr;
|
||||
extern QIcon hr;
|
||||
extern QIcon hu;
|
||||
extern QIcon it;
|
||||
extern QIcon pl;
|
||||
extern QIcon pt;
|
||||
|
@ -205,6 +205,7 @@ void GeneralConfigurationPage::fillLang()
|
||||
ui->m_lang_cb->addItem(QET::Icons::nl, tr("Pays-Bas"), "nl");
|
||||
ui->m_lang_cb->addItem(QET::Icons::be, tr("Belgique-Flemish"), "be");
|
||||
ui->m_lang_cb->addItem(QET::Icons::tr, tr("Turc"), "tr");
|
||||
ui->m_lang_cb->addItem(QET::Icons::hu, tr("Hongrois"), "hu");
|
||||
|
||||
//set current index to the lang found in setting file
|
||||
//if lang doesn't exist set to system
|
||||
|
Loading…
x
Reference in New Issue
Block a user