Hello,
I have a problem for translate Event Calendar.
I edit the file en.php in fr.php and translate it. But, if i want day & mouths names in french, i have edit the ui.datepicker.packed.js and ui.datepicker.min and change name of all.
My bug :
In the step 1, i want translate the mouth but i haven't found the location... :/
In the step 2, My css are Broken ?
Someone can help me plz ?
Sorry for my bad english :/
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Eric Vieira@eric_vieira

Eric Vieira - 0 likes
- ccbuildr@ericsavina

ccbuildr - 0 likes
- Eric Vieira@eric_vieira

Eric Vieira - 0 likes
You must log in to post replies.hi,
you have get ui.datepicker-fr.js e add in event_calendar folder
And in metatags.php add this line:
<script type="text/javascript" src="<?php echo $vars['url']; ?>mod/event_calendar/ui.datepicker-fr.js"></script>
I changed the language to Portuguese, but the event add broke...
Whenever I add any kind of event, the date shown is December, 31th, 1969
Hello Eric,
You have indeed two problems to fix. One is about the date being changed to 01/01/1970. The other one is about the timezone. You will find the fixes for both here:
http://community.elgg.org/mod/groups/topicposts.php?topic=473553&group_guid=263011
Cheers,
Eric
Thanks,
I had to change the date format of name to number.
ex.: April-10-2010 to 10-04-2010(dd-mm-yy)