prefix and suffix are not tranlated.
it just needs replacement of:

  return $prefix . $output . $suffix;

with:

  return t($prefix) . $output . t($suffix);

on number.module under function theme_number_formatter_generic().

Comments

avpaderno’s picture

Version: 6.x-2.8 » 6.x-2.x-dev
Issue summary: View changes
Issue tags: -locale, -t()

I am closing this issue, since it's for a Drupal version no longer supported.

avpaderno’s picture

Status: Active » Closed (outdated)