From 7813ff34c2a5639a06ac20fc38e12f3aac42ea48 Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 16 Mar 2013 20:49:20 +0100 Subject: [PATCH] Galician (gl) translation preperation --- pokerth_game.pro | 1 + src/gui/qt/settingsdialog/settingsdialogimpl.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/pokerth_game.pro b/pokerth_game.pro index 62e749a6..8a02a5f5 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -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 \ diff --git a/src/gui/qt/settingsdialog/settingsdialogimpl.cpp b/src/gui/qt/settingsdialog/settingsdialogimpl.cpp index 4234bc32..82153aca 100644 --- a/src/gui/qt/settingsdialog/settingsdialogimpl.cpp +++ b/src/gui/qt/settingsdialog/settingsdialogimpl.cpp @@ -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");