Italian Translation

Provides translation for 47% of language texts.
This commit is contained in:
Roberto Massa
2010-12-19 14:46:51 +00:00
committed by Mark Liversedge
parent ab08c00166
commit 6c4b3b2d3e
6 changed files with 5079 additions and 0 deletions

View File

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