Posted by Sepehr Lajevardi on November 13, 2010 at 1:58pm
1 follower
| Project: | Delivery time slots for Ubercart |
| Version: | 6.x-1.0-beta4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | locale issue |
Issue Summary
The module doesn't make use of Drupal core's format_date() to output the timeslot table, which breaks some functionalities in multilingual systems.
Comments
#1
Here is a patch to resolve the above issue. It also pass the default time slots through the
t()function since they are translatable in some locales.#2
Updating the title :)