Add es and pt translation files set lang default according to system default

This commit is contained in:
Alejandro Martinez
2012-11-29 12:10:10 -03:00
committed by Damien
parent b1e25f351d
commit 6f49bcea16
9 changed files with 19678 additions and 11 deletions

View File

@@ -147,6 +147,10 @@ void ConfigDialog::save_Clicked()
appsettings->setValue(GC_LANG, "ru");
else if (configPage->langCombo->currentIndex()==7)
appsettings->setValue(GC_LANG, "cs");
else if (configPage->langCombo->currentIndex()==8)
appsettings->setValue(GC_LANG, "es");
else if (configPage->langCombo->currentIndex()==9)
appsettings->setValue(GC_LANG, "pt");
appsettings->setValue(GC_GARMIN_HWMARK, configPage->garminHWMarkedit->text().toInt());
appsettings->setValue(GC_GARMIN_SMARTRECORD, configPage->garminSmartRecord->checkState());