Translation Field Missing?

More
12 years 3 months ago #24862 by Cynthia
Replied by Cynthia on topic Re: Translation Field Missing?
After confirming the registration, the next page DOES translate the field. So the translation doesn't work on the 'in between page' where the registrant must review his registration before hitting the 'process registration' button.

Attachments:

Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #24877 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Translation Field Missing?
Hi

Yes. I confirm this issue and will update the download package with the fix shortly. For now, please follow the instructions below to get it fixed :

1. Please open the file components/com_eventbooking/views/confirmation/tmpl/group.php

2. Find the code below:
Code:
<?php echo JText::_('Number registrants'); ?>
3. Change it to :
Code:
<?php echo JText::_('EB_NUMBER_REGISTRANTS'); ?>

After that, the text will be translated properly.

Tuan
The following user(s) said Thank You: Cynthia

Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #24928 by Cynthia
Replied by Cynthia on topic Re: Translation Field Missing?
It works! Thanks for the solution Tuan.

Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #24961 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Translation Field Missing?
Update: This fix is now updated to version 1.5.3 of Events Booking :) which you can download from server.

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc