how to display name of the month right way?
eg.
18 stycznia 2011 instead of
18 styczeń 2011.
what should I edit the-events-calendar-pl_PL.po file or the_event_start_date function,
or the-events-calendar.class.php where all month names are located?
It looks like month_abbrev is missing.
$this->month_abbrev[__('January')] = __('Jan_January_abbreviation');
but I could be wrong.