Fix: Pb with amount with it_IT and fr_BE languages.

This commit is contained in:
Laurent Destailleur 2009-12-09 12:39:01 +00:00
parent da9123e8d7
commit a1133afefb

View File

@ -329,6 +329,9 @@ class Translate {
if (empty($this->tab_loaded[$newdomain])) $this->tab_loaded[$newdomain]=2; // Marque ce fichier comme non trouve
}
// Clear SeparatorDecimal, SeparatorThousand
if ($this->tab_translate["SeparatorDecimal"] == $this->tab_translate["SeparatorThousand"]) $this->tab_translate["SeparatorThousand"]='';
return 1;
}