mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Portugese (Brazil) Translation
Provides 64% coverage of language texts.
This commit is contained in:
committed by
Mark Liversedge
parent
4b0ce34d09
commit
c780f2edd0
@@ -153,6 +153,8 @@ void ConfigDialog::save_Clicked()
|
||||
settings->setValue(GC_LANG, "fr");
|
||||
else if (configPage->langCombo->currentIndex()==2)
|
||||
settings->setValue(GC_LANG, "ja");
|
||||
else if (configPage->langCombo->currentIndex()==3)
|
||||
settings->setValue(GC_LANG, "pt-br");
|
||||
|
||||
if (configPage->unitCombo->currentIndex()==0)
|
||||
settings->setValue(GC_UNIT, "Metric");
|
||||
|
||||
Reference in New Issue
Block a user