Hello every experts:
I am using bootstrap connector to test Pseudo Translation functionality. If I totally have 7 pages need to be translated, 6 of them are approved translation, 1 of them is rejected, however I still can see the page is still be translated even though I reject this page in Translation Job. I also checked the JS code of accepttranslation.js and rejecttranslation.js are pretty similiar, so I assume reject translation functions is the same as accept translation which means reject translation doesn't work.
I also tested Microsoft Translation Connector, the behavior is the same.
So does anyone know why reject translation doesn't work? Is this the AEM bug and any solutions to resolve this problem?
Please refer to attachment for more detail.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Reject functionality would initiate update translations, if supported by translation partner. Once a user rejects translation objects, translation partner will be notified with the same. If you are working with a partner, please request your translation partner regarding the support for reject workflow. If you are building your own connector or a partner, this process is initiated via updateTranslationObjectState[1].
Also, as this needs reading comments and updating translations accordingly, it is not supported by Machine Translation only frameworks like Microsoft.
Reject status is an indication that the content needs update. The content would not be reverted to source language.
Views
Replies
Total Likes
I am using AEM 6.3 SP2 and I don't see any issues, what is the version you are using ?
Views
Replies
Total Likes
Thank you for your answer, I am using AEM 6.3.
Views
Replies
Total Likes
Views
Replies
Total Likes
Anyone can help me to look at this issue? should I install sp2 patch for AEM 6.3? does sp2 has any translation code patch?
Views
Replies
Total Likes
I am not sure about sp2 has any translation related code patch or not we need to check release notes. but you can test this in the local environment by installing SP2 and if everything looks good then only push SP2 into upper environments.
Thank you for your reply. Would you please attach your screenshot for me? I want to know how is the right behavior looks like after you click reject translation for one/some pages.
BTW: you are using Human Manual Translation or Machine Translation?
Views
Replies
Total Likes
Hello, everyone,
Anyone can reproduce this issue? Any solution for this?
Views
Replies
Total Likes
Hi,
I am able to reproduce the issue in 6.3.
For me its occurring while creating language copies, while updating language copies, it is not updating the content.
Why are you not using AEM functionality for translating content. We have a session next week on this very subject -- https://www.meetup.com/AEM-Technologist-Group/events/252347279/
Views
Replies
Total Likes
Hi ,
We have a 3rd translation provider system need to be integrated with AEM, so we need translation connector to do the Translation. Here I want to confirm if Reject/Approve Translation function in TranslatonJob is AEM bug or this is what design as it is?
If it is a AEM bug, do we have a patch?
If it is design as expected, I don't understand the business value here. I think if we reject some page's translation, we can leave a comment the reason why we reject and send this reject translation and comment to the 3rd translation provider to let them know we reject the page's translation. This is the right business behavior, right?
Views
Replies
Total Likes
This type of question is exactly why the AEM ENG Translation team is holding this event next Tues. I strongly recommend that you sign up (see link in my previous reply) and you can ask these questions to the team. In the mean time - i have asked the team to look here too.
Views
Replies
Total Likes
Thank you smacdonald2008 for your reply. BTW: Can you let me know where I can find the source code of Accpet Translation and Reject Translation step?
Please check screenshot if I find the right one?
One more question: If I want to have RejectTranslation event integrate with 3rd party Translation provider, how should I do this ? As I know Accept/Reject translation is AEM OOTB function, not sure how to call out external application?
Views
Replies
Total Likes
Hi,
Reject functionality would initiate update translations, if supported by translation partner. Once a user rejects translation objects, translation partner will be notified with the same. If you are working with a partner, please request your translation partner regarding the support for reject workflow. If you are building your own connector or a partner, this process is initiated via updateTranslationObjectState[1].
Also, as this needs reading comments and updating translations accordingly, it is not supported by Machine Translation only frameworks like Microsoft.
Reject status is an indication that the content needs update. The content would not be reverted to source language.
Views
Replies
Total Likes
Hi Ankur,
Thank you for your reply, you means reject translation doesn't supported by Machine Translation? Only support by Human Translation? If I have to use Machine Transaltion, how can I customize reject translation code to co-operate with 3rd Translation Provider? Do you have any ideas?
Views
Replies
Total Likes
Hi @Ankur Sial,
I think I get the inspiration from you comment about "If you are building your own connector or a partner, this process is initiated via updateTranslationObjectState[1]" which means any status changed for TO will trigger the updateTranslationObjectState method, this helped me a lot, as I can write my custom "Accept" or "Reject" script in this method to communicate with TMS.
So I will mark your answer as the correct answer. Thank you again.
Views
Replies
Total Likes
Views
Likes
Replies