Translations Bonanza!

Russian Translation from Gwelu
Czech Translation from Beeda
Updated Japanese Translation courtesy of Key
Updated German Translation courtesy of Luke

Golden Cheetah now supports 7 languages!
This commit is contained in:
Mark Liversedge
2011-01-22 20:19:42 +00:00
parent 6e449b2d30
commit c72a924a7e
18 changed files with 13453 additions and 1228 deletions

View File

@@ -159,6 +159,10 @@ void ConfigDialog::save_Clicked()
settings->setValue(GC_LANG, "it");
else if (configPage->langCombo->currentIndex()==5)
settings->setValue(GC_LANG, "de");
else if (configPage->langCombo->currentIndex()==6)
settings->setValue(GC_LANG, "ru");
else if (configPage->langCombo->currentIndex()==7)
settings->setValue(GC_LANG, "cs");
if (configPage->unitCombo->currentIndex()==0)
settings->setValue(GC_UNIT, "Metric");