Events Made Easy Forums Bug fixed or feature request implemented couple text strings missing 'eme' – translations wont work

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42507
    Anonymous
    Inactive

    Couple text strings are not translated due to missing ’eme’.

    file: eme_events.php

    line 2050: <th><?php _e ( ‘Address:’ )?>  </th>

    should be <th><?php _e ( ‘Address:’, ’eme’ )?>  </th>

    line 2059: <th><?php _e ( ‘Town:’ )?>  </th>

    should be <th><?php _e ( ‘Town:’, ’eme’ )?>  </th>

    #46642
    Anonymous
    Inactive

    also in eme_recurrence.php line 270:

    $output .= implode(” and “, $natural_days);

    ‘and’ is not translated to chosen language in the events list

    #46643
    Franky
    Keymaster

    tx for noticing, all fixed in trunk!

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