elokron

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Translate Widget Mini Calendar Day Name #66565
    elokron
    Participant

    If you add setlocale(LC_TIME, get_locale()); in Line 3 of
    widgets\mini-calendar\single-event.php and change date( ā€˜D’, $postDate ) in Line 31 to strftime(ā€œ%aā€,$postDate ) it will display the language correctly (Sorry for doublepost).

    in reply to: Translate Widget Mini Calendar Day Name #66564
    elokron
    Participant

    If you add in Line 1 of
    widgets\mini-calendar\single-event.php and change date( ‘D’, $postDate ) in Line 31 to strftime(“%a”,$postDate ) it will display the language correctly.

Viewing 2 posts - 1 through 2 (of 2 total)