One little modification if you care...
The vb phrase x_members_and_y_guests is good for english but not for italian (my language) since the meaning of "guest" varies from the forum to the people attending events. I mean that in the forum the phrase is something like "1 member and 2
visitors" and in the calendar should be something like "1 member and 2
guests". The spelling of guest varies.
I'm asking myself how can I put another phrase in the code. I've seen that here's the piece of code interested in the modification
Quote:
(<phrase 1="$rsvp_maybe_members" 2="$rsvp_maybe_guests">$vbphrase[x_members_and_y_guests]</phrase>)
|
but I don't know how to modify this. I suppose that I've to add a new vb phrase but I really don't know how.
Thanks
UPDATE
I've tried to add a new phrase in vb (x_members_and_y_guests_fc) and replacing
Quote:
(<phrase 1="$rsvp_maybe_members" 2="$rsvp_maybe_guests">$vbphrase[x_members_and_y_guests]</phrase>)
|
with
Quote:
(<phrase 1="$rsvp_maybe_members" 2="$rsvp_maybe_guests">$vbphrase[x_members_and_y_guests_fc]</phrase>)
|
but seems that nothing changed