mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
German Translation
Provides 100% coverage of language texts* * a couple of texts for WeeklySummary window containing html codes (gt,lt et al) had not retained their encoding using >, <, whilst I edited a few of them in the file, these two were particularly complex and challenging. We can fix them later. [Mark Liversedge]
This commit is contained in:
@@ -157,6 +157,8 @@ void ConfigDialog::save_Clicked()
|
||||
settings->setValue(GC_LANG, "pt-br");
|
||||
else if (configPage->langCombo->currentIndex()==4)
|
||||
settings->setValue(GC_LANG, "it");
|
||||
else if (configPage->langCombo->currentIndex()==5)
|
||||
settings->setValue(GC_LANG, "de");
|
||||
|
||||
if (configPage->unitCombo->currentIndex()==0)
|
||||
settings->setValue(GC_UNIT, "Metric");
|
||||
|
||||
Reference in New Issue
Block a user