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
  &gt, &lt, 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:
LukeNRG
2010-12-25 23:03:25 +00:00
committed by Mark Liversedge
parent 57a2c27262
commit ea11916a93
6 changed files with 5155 additions and 1 deletions

View File

@@ -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");