Closed (works as designed)
Project:
Drupal core
Version:
5.10
Component:
language system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2008 at 13:12 UTC
Updated:
17 Sep 2008 at 08:15 UTC
Hi everyone,
I have a translation of all the months in Italian, but the month of may causes an issue in year calendar view.
It's caused by an unusable short name version for may that in original language (English) doesn't have one.
may --> maggio (long version)
may --> mag (short version)
This causes the issue that you can view in the attached pic.
How can I solve it?
Comments
Comment #1
alex72rm commentedI read this thread:
http://drupal.org/node/63352
but I don't understand if it's applicable to 5.x branch.
Alex
Comment #2
gábor hojtsyDrupal 6 fixes this by introducing different strings (via an artificial prefix to long month names) for long and short names. There is no solution for 5.x, and to keep compatibility, there is not going to be any unfortunately.