Hi,
We are getting there, each time we interact!
It works fine now with your changes however In contact_me.php there is the code that was working before like:
}else{
$output = json_encode(array('type'=>'message', 'text' => 'Hi '.$user_name .' Thank you for your email'));
Now I receive this instead: PLG_JUXCOMINGSOON_THANK_YOU
I would also like the respond message to be translated as well.
Hi.
We don't use the contact_me.php for the send mail function. To translate the response message, you can find the language on this file:
/administrator/language/en-GB/plg_system_juxcomingsoon.ini
PLG_JUXCOMINGSOON_EMAIL_INTRO="You have received a new message from your Coming Soon form:"
PLG_JUXCOMINGSOON_EMAIL_NAME="Name: %s"
PLG_JUXCOMINGSOON_EMAIL_EMAIL="Email: %s"
PLG_JUXCOMINGSOON_EMAIL_SUBJECT="Subject: %s"
PLG_JUXCOMINGSOON_EMAIL_MESSAGE="Message:\n%s"
Yes, you can find that string language in the file:
/administrator/language/en-GB/plg_system_juxcomingsoon.ini. Copy the file to your language need to translate and translate the language as you want.
PLG_JUXCOMINGSOON_THANK_YOU="Hi %s, thank you for contacting us. We will check and reply your message soon."