-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-translate: Translations are not displayed #27949
Comments
Hi everyone Rocket.Chat Server: 5.4.2 I've tried DeepL and Google API . |
Same here. Using SaaS cloud deployment. Tried every possible variation with DeepL like enabling and disabling auto-translation, before and after restarting workspace. I am convinced that my settings are correct as everything used to work fine before upgrading the workspace to version 5.4.1 and ultimately I hoped the with 5.4.2 these things would be fixed so I upgraded again but the result is the same. Auto translation does not work. |
This was fixed in this PR: #27317. If you still face this issue, please, reopen it and provide us with more info about the server and browser and providers Thanks a lot for contributing |
Hi there,
The latest version I see on Rocket.chat cloud is 5.4.4.
I updated and tested the auto/translate and under said version it does not
work.
What about the E2E encryption? Has that been solved?
Cheers
Roland
Am Fr., 10. März 2023 um 17:03 Uhr schrieb Hugo Costa <
***@***.***>:
… This was fixed in this PR: #27317
<#27317>.
Could you try to update it to our latest release 6.0.0
<#28345> and let us know?
If you still face this issue, please, reopen it and provide us with more
info about the server and browser and providers
Thanks a lot for contributing
—
Reply to this email directly, view it on GitHub
<#27949 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIANAUEZ3K4E6ULL3MERTTW3MRC7ANCNFSM6AAAAAAUQTICF4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
For me the issue is solved with version 6.0.0 as stated by @hugocostadev . We did have some strange case of someone whose messages were translated but who did not receive translated messages herself after the update. That was probably solved by logging out and in again. |
i have upgraded to 6 and now all works absolutely perfectly, good job, guys.
Am Di., 4. Apr. 2023 um 14:02 Uhr schrieb meinrecht <
***@***.***>:
… For me the issue is solved with version 6.0.0 as stated by @hugocostadev
<https://github.com/hugocostadev> .
We did have some strange case of someone whose messages were translated
but who did not receive translated messages herself after the update. That
was probably solved by logging out and in again.
—
Reply to this email directly, view it on GitHub
<#27949 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIANAVYP2HOD6WTFXYDXPLW7PWU5ANCNFSM6AAAAAAUQTICF4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Description:
When enabling autotranslation in the "messages" section of the settings and as user for a channel with one of the supported languages, the messages are shown as is without any translation. However they do show the icon of the autotranslation tool used.
Also the translated message is stored in the database - this shows that the english text has actually been translated to german (which are the example languages used) - see below.
Steps to reproduce:
I tested this myself impersonating two users, one via the browser integration, the other via the desktop client.
Expected behavior:
Posting a message in one language should lead to the other user receiving the message in their language.
Actual behavior:
The original message is shown as if autotranslation was disabled. The icon (of DeepL or Google, depending on the API used) is shown though.
This is a screenshot of the user that has selected language "german" getting two untranslated english messages from user neven2 (language english) using DeepL (Google is the same):
The database entry for the first one is shown here and contains the correct german translation:
Server Setup Information:
Client Setup Information
Desktop app version: 3.8.13
Browser: firefox 109.0.1
Operating System: Linux
Additional context
For enabling auto-translate the official documentation was used:
https://docs.rocket.chat/setup-and-configure/advanced-workspace-management/google-cloud/auto-translate
DeepL configuration has been set up accordingly.
I have allowed autotranslation for several roles from
admin
touser
.Have tried both Google API and DeepL.
Have tried different language pairs.
Have tried private messages and channels.
I tried downgrading to version 5.3.6. of
rocketchat
- same thing.I also tried to disable
hubot
without this making any difference.I checked, if
docker-compose restart
ordocker-compose down; docker-compose up -d
helped when changing the API used because of this issue: #20038A closed error from 2019, that was left stale, mentions a very similar problem, although that one was solvable by doing reloads. This did not work here: #14744
Relevant logs:
No error messages from the output of
docker-compose logs -f
.No error messages in the java script console of the app or in web developer tools of the browser.
The text was updated successfully, but these errors were encountered: