Events Made Easy Forums Bug fixed or feature request implemented head of event list translation

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42104
    Anonymous
    Inactive

    THANK YOU FOR THAT WONDERFUL PLUG-IN!

    my problem is, that the monthly header doesn’t translate it into German.

    #44827
    Franky
    Keymaster

    Can you point a link to this? It is very well possible it is not yet translated …

    #44828
    Anonymous
    Inactive

    yeah sure at the top of the event list: http://tinyurl.com/24te6rf

    #44829
    Franky
    Keymaster

    Ok, confirmed as non-translation in the code. Please change in dbem_events.php the lines (around line 652):

    $themonth = date(“F Y”, strtotime($event));

    $theday = date(get_option(‘date_format’), strtotime($event));

    to

    $themonth = mysql2date (“F,Y”, $event);

    $theday = mysql2date (get_option(‘date_format’), $event);

    This has been changed in the trunk version as well.

    #44830
    Anonymous
    Inactive

    Thank you!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top