mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Italian Translation
Provides translation for 47% of language texts.
This commit is contained in:
committed by
Mark Liversedge
parent
c780f2edd0
commit
57a2c27262
@@ -155,6 +155,8 @@ void ConfigDialog::save_Clicked()
|
||||
settings->setValue(GC_LANG, "ja");
|
||||
else if (configPage->langCombo->currentIndex()==3)
|
||||
settings->setValue(GC_LANG, "pt-br");
|
||||
else if (configPage->langCombo->currentIndex()==4)
|
||||
settings->setValue(GC_LANG, "it");
|
||||
|
||||
if (configPage->unitCombo->currentIndex()==0)
|
||||
settings->setValue(GC_UNIT, "Metric");
|
||||
|
||||
Reference in New Issue
Block a user