• Resolved Krzysztof Ziecina

    (@krzysztofziecina)


    Hi,

    I am struggling with localization of this plugin. How to translate some strings to other languages in RSVP Booking Form, e.g.
    “Please select at least 1 seat!” or “Required field”?
    I am using Loco Translate to translate this plugin and can’t find those strings in .PO file. In Settings they are not available either.

    Thanks,

    Krzysztof

Viewing 1 replies (of 1 total)
  • Plugin Author Franky

    (@liedekef)

    “Required field” is an option that you can change (you can even hide it and put text of your own).
    “Please select at least 1 seat!” is a translatable string, see eme_rsvp.php:
    $form_html .= __('Please select at least 1 seat!','events-made-easy');
    That string is also visible in the wordpress translation project, see https://translate.wordpress.org/projects/wp-plugins/events-made-easy/ , select the language of choice and filter on that string.

Viewing 1 replies (of 1 total)

The topic ‘Translation of certain strings’ is closed to new replies.