Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello,
I enable translate module (great again) !
I have this issue, it seems only for apostrophe:
You can see the result:
I would like know your delivery delay? J'aimerais connaître votre délai de livraison?
17:00:34
J'aimerai savoir J'aimerai savoir
On other CMS I don't have this issue,so I don't where this issue could come.
Thank for your help
Offline
Please note, this is only the translated part that has the issue
Offline
Hi 7seas,
I do not know how to help, seems an update made by you has broken some file who are uploaded with wrong codec.
You can try to backup your install and upgrade to the last version by following:
https://livehelperchat.com/article/view/63
Hope it helps.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Hey PeopleInside ,
Thank you for your reply. I made update as you said, and tryed with fresh install but still have the issue.
I tough it was an UTF issue but it seems coming from Googel Translate API :
https://groups.google.com/forum/#!topic … ddZ5boMtrA
Offline
well, thank you for your post. Maybe the issue can be Google Translate used in your website.
Sometimes is possible that Google Translate script can give to you some issue so maybe the right place for help is Google Translate forum.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Talking with some people, they say it comes from code.
I open ticket on github?
Offline
You can but I do not think there are code issue.
The issue is present in some specific translation?
Are you able to reproduce the issue on livehelperchat.com demo?
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Yes I just try with the demo account and there is the issue.
You can try with the french expression: ' c'est gratuit '
Offline
Hi,
can you please indicate the steps for reproduce the issue?
I AM unable to reproduce in the demo.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
I tryed in the translate settings (issue is same in front end).
It seems you did not enable translation mode in your previous session
Offline
Understood, is an issue present when you use translation in Live helper chat.
You can open a GitHub topic with detailed step on how to reproduce to the chat owner.
Thank you!
Note: if the issue depend on Google Translate no much can be done.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
I just do it :
https://github.com/LiveHelperChat/liveh … ssues/1032
Thank you
Offline
Thanks for the feedback.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Update (in GitHub too)
Hello,
I was able to fix the issue. You could replace this:
$url = "https://www.googleapis.com/language/translate/v2?key={$apiKey}&q=".urlencode($word)."&source={$from}&target={$to}";
by:
$url = "https://www.googleapis.com/language/translate/v2?key={$apiKey}&q=".urlencode($word)."&source={$from}&target={$to}&format=".text."";
This line is in:
lib/core/lhtranslate/lhgoogletranslate.php file.
Thank you confirm that's good .
Last edited by 7seas (2017-05-27 20:04:25)
Offline
Thank you for the fix,
will be reviewed by the chat owner on GitHub; consider that the chat owner is busy so this can take some time!
Wish you a good time.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Pages: 1