• Great plugin, sir! Could you, please, help me with some translations? I want to change the name for: “Submit” button, “First [name]”, “Last [name]” – for guests and for the recap, at the end of rsvp’s confirmation, “RSVP Recorded” title, “Update RSVP? Yes, I want to update a previous RSVP for XXX” and other messages/options written in English (like Yes/No). It seems like .po file doesn’t help me with that… Thank you so much!! All the best!

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

    (@davidfcarr)

    Several of the items you reference are indeed coded for translation. For example, here is that Update RSVP? prompt.

    $rsvpconfirm = '
    <h4>'.__('Update RSVP?','rsvpmaker').'</h4>	
    <p><a href="'.$permalink.'rsvp='.$rsvp_id.'&e='.$rsvprow["email"].'#rsvpnow">'.__('Yes','rsvpmaker').'</a>, '.__('I want to update a previous RSVP for ').$rsvprow["first"].' '.$rsvprow["last"].'</p>
    ';

    I just noticed the “I want to” phrase isn’t coded quite right, but otherwise not sure what the issue might be.

Viewing 1 replies (of 1 total)
  • The topic ‘Translations’ is closed to new replies.