Translations
9 years 11 months ago #1459
by Nicolas
Translations was created by Nicolas
Hello,
Iam having some trouble on translating some text in the vrestaurant component.
I checked the code and some String are on "Hard Text" and dont use Constants for translation
You can see in the attachment the printscreen for more details
Regards
Iam having some trouble on translating some text in the vrestaurant component.
I checked the code and some String are on "Hard Text" and dont use Constants for translation
You can see in the attachment the printscreen for more details
Regards
Please Log in to join the conversation.
9 years 11 months ago #1460
by Daniel
Thanks
Daniel
Replied by Daniel on topic Translations
Hello Nicolas,
We are looking into it will get back to you very soon...
We are looking into it will get back to you very soon...
Thanks
Daniel
Please Log in to join the conversation.
9 years 11 months ago #1461
by Daniel
Thanks
Daniel
Replied by Daniel on topic Translations
Please download the latest package. Issue has been corrected...
Thanks
Daniel
Please Log in to join the conversation.
9 years 11 months ago #1462
by Nicolas
Replied by Nicolas on topic Translations
Hello
I already download the last package and installed it. I cheked and is still missing some text to translate, in the addrestaurant view is missing some buttons text like save,save&close, close, search and the days of the week are still in english
Regards
I already download the last package and installed it. I cheked and is still missing some text to translate, in the addrestaurant view is missing some buttons text like save,save&close, close, search and the days of the week are still in english
Regards
Please Log in to join the conversation.
9 years 11 months ago #1463
by Daniel
Thanks
Daniel
Replied by Daniel on topic Translations
Hello Nicolas,
I apologies for the inconvenience caused. Please try again. Download and install the latest one, We added the remaining keywords.
I apologies for the inconvenience caused. Please try again. Download and install the latest one, We added the remaining keywords.
Thanks
Daniel
Please Log in to join the conversation.
9 years 11 months ago #1464
by Nicolas
Replied by Nicolas on topic Translations
Hello,
Thanks for correcting the languague constants translations, but I still have a problem on the days translations on the addrestaurant view, when a try to add a day is always saving as english.
In the code when you have:
<?php $options=array('Sunday'=>JText::_('SUNDAY').....
The SUNDAY constant that appears on the dropdown select is correctly translated, but when you add the day it appears always as "Sunday" and does not make the translation
Thanks for correcting the languague constants translations, but I still have a problem on the days translations on the addrestaurant view, when a try to add a day is always saving as english.
In the code when you have:
<?php $options=array('Sunday'=>JText::_('SUNDAY').....
The SUNDAY constant that appears on the dropdown select is correctly translated, but when you add the day it appears always as "Sunday" and does not make the translation
Please Log in to join the conversation.