Wednesday, 14 January 2009
  0 Replies
  2.8K Visits
0
Votes
Undo
Hi,

I corrected the file

.../components/com_events/language/portuguese.php

// Short day names
DEFINE("_CAL_LANG_SUNDAYSHORT", "D";);
DEFINE("_CAL_LANG_MONDAYSHORT", "S";);
DEFINE("_CAL_LANG_TUESDAYSHORT", "Q";);
DEFINE("_CAL_LANG_WEDNESDAYSHORT", "Q";);
DEFINE("_CAL_LANG_THURSDAYSHORT", "Q";);
DEFINE("_CAL_LANG_FRIDAYSHORT", "S";);
DEFINE("_CAL_LANG_SATURDAYSHORT", "D";);

To

// Short day names corrected
DEFINE("_CAL_LANG_SUNDAYSHORT", "D";);
DEFINE("_CAL_LANG_MONDAYSHORT", "S";);
DEFINE("_CAL_LANG_TUESDAYSHORT", "T";);
DEFINE("_CAL_LANG_WEDNESDAYSHORT", "Q";);
DEFINE("_CAL_LANG_THURSDAYSHORT", "Q";);
DEFINE("_CAL_LANG_FRIDAYSHORT", "S";);
DEFINE("_CAL_LANG_SATURDAYSHORT", "S";);

Cheers,

Sybele Groff
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.