Closed (fixed)
Project:
Helpers
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Feb 2008 at 13:52 UTC
Updated:
27 Feb 2008 at 04:54 UTC
Helpers_form provides lists for countries and US states. However, the translation is incorrect:
$states[$key] = t($value);
This needs to be fixed.
Comments
Comment #1
nancydruThe fix uses the "t" function, but the "translate" parameter is removed - it never worked anyway.
Fix committed.
Comment #2
nancydru