10376 Posts in 2191 Topics by 1708 members
| Go to End | ||
| Author | Topic: | 1610 Views |
-
Re: EVENT_CALENDAR

7 October 2009 at 9:57am
Excuse me but I'm crazing .....
I tried as you said it does not work ....I can not translate the words "start" and "end" and the short names of the months ....
Which files are written these words? I can not understandPlease if you can help me
-
Re: EVENT_CALENDAR

7 October 2009 at 10:18am
Make sure you're on the latest revision (83). There was a bug in the CalendarFilterFieldSet that was causing "start" and "end" to not get translated.
The month names are generated using the strftime() function in PHP. What does strftime('%b'); return for you? That function should respect your PHP locale settings.
-
Re: EVENT_CALENDAR

7 October 2009 at 10:57am
I checked: the version is 83 ....
and the strftime('%b'); returns "Oct" .....
then is the problem.... can you tell me how to solve??
Thank you -
Re: EVENT_CALENDAR

7 October 2009 at 1:42pm
You need to set your locale manually. I suspect your server is not located in Italy, perhaps. For some reason the default locale is English for you. More info on setting your locale:
-
Re: EVENT_CALENDAR

19 November 2009 at 3:59am
Maybe this is of interest:
Month names in CalendarEvent r83 were translated into german, after including i18n::set_locale("de_DE");
setlocale(LC_TIME,"de_DE"); except for month March abbreviation. It showed famous M?R instead of MÄR. after adding .UTF-8 to setlocale(LC_TIME,"de_DE.UTF-8");, it shows up correctly. Server located in Germany....
| 1610 Views | ||
| Go to Top |


