Galician (gl) translation preperation
This commit is contained in:
@@ -299,6 +299,7 @@ TRANSLATIONS = ts/pokerth_af.ts \
|
||||
ts/pokerth_fi.ts \
|
||||
ts/pokerth_de.ts \
|
||||
ts/pokerth_gd.ts \
|
||||
ts/pokerth_gl.ts \
|
||||
ts/pokerth_gr.ts \
|
||||
ts/pokerth_hu.ts \
|
||||
ts/pokerth_it.ts \
|
||||
|
||||
@@ -78,6 +78,7 @@ settingsDialogImpl::settingsDialogImpl(QWidget *parent, ConfigFile *c, selectAva
|
||||
comboBox_switchLanguage->addItem(QString(tr("English")+" "+QString::fromUtf8("(English)")),"en");
|
||||
comboBox_switchLanguage->addItem(QString(tr("Finnish")+" "+QString::fromUtf8("(suomi)")),"fi");
|
||||
comboBox_switchLanguage->addItem(QString(tr("French")+" "+QString::fromUtf8("(français)")),"fr");
|
||||
comboBox_switchLanguage->addItem(QString(tr("Galician")+" "+QString::fromUtf8("(Galego)")),"gl");
|
||||
comboBox_switchLanguage->addItem(QString(tr("German")+" "+QString::fromUtf8("(Deutsch)")),"de");
|
||||
comboBox_switchLanguage->addItem(QString(tr("Greek")+" "+QString::fromUtf8("(Ελληνικά)")),"gr");
|
||||
comboBox_switchLanguage->addItem(QString(tr("Hungarian")+" "+QString::fromUtf8("(Magyar)")),"hu");
|
||||
|
||||
Reference in New Issue
Block a user