Menu

#44 showing "meter" instead of "meters" in italian

open
nobody
None
5
2006-11-11
2006-11-11
Xet
No

there's a problem visualizing visibility in italian:
unit of measurement is "metro" (meter) instead of
"metri" (meters)

i solved with replacing line #599 of
$rootDir/output/pw_output.php from

$me_unit = $this->strings['meter'];

to
$me_unit = $this->strings['meters'];

but i'm not sure this is correct for all languages.
Regards.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.