Galician (gl) translation preperation

This commit is contained in:
doitux
2013-03-16 20:49:20 +01:00
parent eb0919b132
commit 7813ff34c2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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");