mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Add es and pt translation files set lang default according to system default
This commit is contained in:
committed by
Damien
parent
b1e25f351d
commit
6f49bcea16
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user