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.