add tamil translation
This commit is contained in:
Binary file not shown.
+2
-1
@@ -265,6 +265,7 @@ TRANSLATIONS = ts/pokerth_bg.ts \
|
|||||||
ts/pokerth_de.ts \
|
ts/pokerth_de.ts \
|
||||||
ts/pokerth_dk.ts \
|
ts/pokerth_dk.ts \
|
||||||
ts/pokerth_es.ts \
|
ts/pokerth_es.ts \
|
||||||
|
ts/pokerth_fi.ts \
|
||||||
ts/pokerth_fr.ts \
|
ts/pokerth_fr.ts \
|
||||||
ts/pokerth_hu.ts \
|
ts/pokerth_hu.ts \
|
||||||
ts/pokerth_it.ts \
|
ts/pokerth_it.ts \
|
||||||
@@ -274,12 +275,12 @@ TRANSLATIONS = ts/pokerth_bg.ts \
|
|||||||
ts/pokerth_ru.ts \
|
ts/pokerth_ru.ts \
|
||||||
ts/pokerth_sk.ts \
|
ts/pokerth_sk.ts \
|
||||||
ts/pokerth_sv.ts \
|
ts/pokerth_sv.ts \
|
||||||
|
ts/pokerth_ta.ts \
|
||||||
ts/pokerth_tr.ts \
|
ts/pokerth_tr.ts \
|
||||||
ts/pokerth_gr.ts \
|
ts/pokerth_gr.ts \
|
||||||
ts/pokerth_ptbr.ts \
|
ts/pokerth_ptbr.ts \
|
||||||
ts/pokerth_ptpt.ts \
|
ts/pokerth_ptpt.ts \
|
||||||
ts/pokerth_zhcn.ts \
|
ts/pokerth_zhcn.ts \
|
||||||
ts/pokerth_fi.ts \
|
|
||||||
ts/pokerth_START_HERE.ts
|
ts/pokerth_START_HERE.ts
|
||||||
win32 {
|
win32 {
|
||||||
QTPLUGIN += qjpeg \
|
QTPLUGIN += qjpeg \
|
||||||
|
|||||||
@@ -68,6 +68,7 @@ settingsDialogImpl::settingsDialogImpl(QWidget *parent, ConfigFile *c, selectAva
|
|||||||
comboBox_switchLanguage->addItem(tr("Slovak"),"sk");
|
comboBox_switchLanguage->addItem(tr("Slovak"),"sk");
|
||||||
comboBox_switchLanguage->addItem(tr("Spanish"),"es");
|
comboBox_switchLanguage->addItem(tr("Spanish"),"es");
|
||||||
comboBox_switchLanguage->addItem(tr("Swedish"),"sv");
|
comboBox_switchLanguage->addItem(tr("Swedish"),"sv");
|
||||||
|
comboBox_switchLanguage->addItem(tr("Tamil"),"ta");
|
||||||
comboBox_switchLanguage->addItem(tr("Turkish"),"tr");
|
comboBox_switchLanguage->addItem(tr("Turkish"),"tr");
|
||||||
|
|
||||||
connect( buttonBox, SIGNAL( accepted() ), this, SLOT( isAccepted() ) );
|
connect( buttonBox, SIGNAL( accepted() ), this, SLOT( isAccepted() ) );
|
||||||
|
|||||||
+3317
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user