Closed (fixed)
Project:
Registration codes
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2009 at 15:54 UTC
Updated:
25 Jul 2009 at 20:39 UTC
On page ?q=admin/user/regcodes/list the entries within the dropdown lists for the filter are not translatable.
The date in the column 'created' is hard coded in an english/american format. In my eyes it should match the users (?) date/time settings.
Comments
Comment #1
aidanlis commentedI've added t() to the dropdown lists. I'm not sure what to do with the date though - I've put it in a universal format, yyyy/mm/dd, I can't use drupal's predefined formats because they're all too large and space is at a premium. I'm open to suggestions.
Comment #2
FrankT commentedThanks so far. With regard to the date format - I'm not a (PHP) programmer but I thought of something like using the short date format defined on page admin/settings/date-time/formats; if there is a way to remove the time component the result would be fine.
Is there a way to have a translated string for 'yes' within the table on page admin/user/regcodes/list, too? The filter itself is fine now.
Comment #3
aidanlis commentedNo worries, this is all done and I've released a new version.