mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Italian Translation
Provides translation for 47% of language texts.
This commit is contained in:
committed by
Mark Liversedge
parent
ab08c00166
commit
6c4b3b2d3e
@@ -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