Update Translation without updating content | Community
Skip to main content
Level 3
August 19, 2020
Question

Update Translation without updating content

  • August 19, 2020
  • 2 replies
  • 2267 views

I know in AEM if language copy was already created, it considers it update language copy while trying to translate it again. Is there a way I can send a content for translation again while there is no changes in the content?

 

Right now it gives error as below if I try that:

 

No translation project created, There is no change detected between /content/experience-fragments/app/en/xyz   /content/experience-fragments/app/fr/xyz

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Vijayalakshmi_S
Level 10
August 20, 2020

Hi @troubleshooter3,

Could you please elaborate the use case/reason for translation request when there is no change in content. 

Level 3
August 20, 2020

I have a Job that resend failed translations back to vendor and for that I need to restart jobs by sending my pages/experience fragments  back to Translation projects. Since a language copy was already created when I sent the translation for the first time, now when I retry those translations it says there is no change in the content.

Andrei_Dantsou
Level 3
August 21, 2020

Hello @troubleshooter3 

You can create a new Translation project (Projects > Create > Translation Project) and while adding the desired page to the job it is possible to update the language copy:


Regards

Level 3
August 24, 2020
I am using a Java workflow code to retry adding the failed translation content to translation project, since on first trial a language copy was created therefore it doesnt let me create a new copy without change. deleting the old language copy is not an option.