Is it possible to spread an update a translation across multiple projects?

I was wondering if it’s possible to update a translation across multiple connected projects?
let’s consider this use case :
project A, with: { “actions.next”: “continue” }
project B, with: { “actions.next”: “continue” }

The translation is linked for project B so it has “continue” by default. Now I want to change:
project A, with { “actions.next”: “validate” }

Is it possible to spread “validate” inside project B? From within the UI or CLI ?

Thanks

This is impossible since the connected projects feature wasn’t designed this way. It only transfers translations for untranslated keys. You would need to remove current versions for already translated keys, and then we could fire the InTM resolution manually for you.

However, I would recommend you to have a look at our new Duplicity Linking which is probably exactly what you are looking for as it handles these situations automatically.