In page admin/settings/date-time/formats, the date format types' names (Short, Long, Medium) are not translated.
The label above each select field is composed at runtime, and I think the code is missin a t() call around the name of the format type.
Please find attached a one-line patch that solves the problem for me.
| Comment | File | Size | Author |
|---|---|---|---|
| date2.patch | 721 bytes | aturetta |
Comments
Comment #1
aturetta commentedComment #2
arlinsandbulte commentedCommitted: http://drupalcode.org/project/date.git/commit/9ab3f5e
Note: this is handled in D7 core now, so it does not need to be applied to Date 7.x-2.x
Thanks.