add czech language support and translation

This commit is contained in:
doitux
2009-07-25 12:06:53 +00:00
parent 9450e8a459
commit cde76993c6
4 changed files with 2431 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -258,6 +258,7 @@ SOURCES += src/pokerth.cpp \
src/gui/qt/settingsdialog/mystylelistitem.cpp \
src/gui/qt/gamelobbydialog/mygamelistsortfilterproxymodel.cpp
TRANSLATIONS = ts/pokerth_bg.ts \
ts/pokerth_cz.ts \
ts/pokerth_de.ts \
ts/pokerth_dk.ts \
ts/pokerth_es.ts \
@@ -50,6 +50,7 @@ settingsDialogImpl::settingsDialogImpl(QWidget *parent, ConfigFile *c, selectAva
comboBox_switchLanguage->addItem(tr("Bulgarian"),"bg");
comboBox_switchLanguage->addItem(tr("Chinese"),"zhcn");
comboBox_switchLanguage->addItem(tr("Czech"),"cz");
comboBox_switchLanguage->addItem(tr("Danish"),"dk");
comboBox_switchLanguage->addItem(tr("Dutch"),"nl");
comboBox_switchLanguage->addItem(tr("English"),"en");
+2429
View File
File diff suppressed because it is too large Load Diff