Portugese (Brazil) Translation

Provides 64% coverage of language texts.
This commit is contained in:
Bruno Assis
2010-12-19 14:35:29 +00:00
committed by Mark Liversedge
parent 4b0ce34d09
commit c780f2edd0
6 changed files with 5092 additions and 1 deletions

View File

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