- Implementation of the localization... on going...

SVN:trunk[363]
This commit is contained in:
Denis Flaven
2010-04-27 13:11:04 +00:00
parent ef5877779d
commit c6a57b5a2f

View File

@@ -132,7 +132,7 @@ class Dict
$aArguments = func_get_args(); $aArguments = func_get_args();
array_shift($aArguments); array_shift($aArguments);
return vsprintf($sFormat, $aArguments); return vsprintf($sLocalizedFormat, $aArguments);
} }