Closed (outdated)
Project:
Event
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2009 at 12:54 UTC
Updated:
13 Apr 2018 at 21:01 UTC
Jump to comment: Most recent
Comments
Comment #1
frank ralf commentedJust some hints:
1) The name of the month is probably derived using the PHP function strftime() - http://de3.php.net/manual/en/function.strftime.php - with the format string %b always returning a three letter abbreviation.
2) You could use another PHP function, substr() - http://de3.php.net/manual/en/function.substr.php - to strip of the third character like so: substr("Mon", 0, 2) -> Mo
hth
Frank
Comment #2
benced commentedIf you are using the core translation module for the interface (can't remember what's it called) then you could create a new "language" for the English template and then translate that one.
Comment #3
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.