Helpers_form provides lists for countries and US states. However, the translation is incorrect:

      $states[$key] = t($value);

This needs to be fixed.

Comments

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Fixed

The fix uses the "t" function, but the "translate" parameter is removed - it never worked anyway.

Fix committed.

nancydru’s picture

Status: Fixed » Closed (fixed)