Try our conversational search powered by Generative AI!

How do you keep your translations up to date?

Vote:
 

Hi. I would really appreciate if someone shares their experience in how to keep all translations up to date on a large multi-language site.

When an editor adds new content, or changes existing content on the master language, we want to make sure that these changes also are updated on the different language versions. Translating content may include external translation agency, as well as approval steps.

Has anybody a proven solution that possibly involves using projects and workflows for this scenario?

#197924
Oct 17, 2018 11:25
Vote:
 

Nothing pre-baked, but it sounds like you are considering the same approach as I would suggest. 

Catch a publish event for the Page, programatically create a project, add required items in there for updating, etc. Pretty loose but sounds like a logical direction

#198093
Oct 22, 2018 3:22
Vote:
 

That sounds like a great use of Projects Marcus!

#198095
Oct 22, 2018 6:58
Vote:
 

Thanks Henrik 

Also, don't forget that projects also has the ability to generate industry standard (xliff) language translations packages which could make your life even easier when working with 3rd parties for translation services

#198096
Oct 22, 2018 7:02
Vote:
 

Thanks Marcus. I want to do something like this:

MLE makes changes (may, or may not publish them).

LLE gets notified of changes, and can see what has been changed.

LLE translates the changes and publish.

MLE = Master language editor

LLE = Local language editor

I haven't worked that much with Projects. Can this be done using Projects?

This must be a pretty common problem?

#198222
Oct 23, 2018 13:08
Vote:
 

The way it could be tackled is as follows:

As the MLE changes a piece of content, I believe that the SavedContent event will be fired.

Intercept this event and then programatically create a new project (if one doesn't already exist) with the name "To Translate". (This project can be used for all content items that require translating following the update). 

(If desired) I'm fairly confident that a comment can also be programatically added against the content item in the project, instructing LLE users who are responsible for the translation to address this. This will then notify those LLE users through the UI and by email via the notification system. 

.....

As content items are updated in the Master Language, then they will be added to andaccumulate in the Project, and notifications are sent to LLEs for translation. 

At that point, LLEs can log in and create the translations, or language connectors to translation services can be employed to translate the content.

.....

I suggest spending an hour or so playing with the APIs to prove this concept, before accepting it as a final solution but please let the thread know how you go.

#198303
Oct 25, 2018 3:03
Vote:
 

and add "developer resources" on top of all this... ;)

#198380
Oct 26, 2018 8:18
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.