Clone or deploy bot translation

botseinstein-botstranslationtranslation-workbench

I am using Salesforce bots.

I use translations, and I have added translations for all my bot dialogs and messages, for German, Spanish and French languages.

Now I want to clone the bot into a new version to update it.

Problem is: the translations are not copied with the clone command into the new version.

I have opened a case to Salesforce and got an answer:

we have found a Bug lodged for this issue with the R&D Teams- "W-11367773"…

So I am waiting, but who knows when this will be fixed

I have also tried to deploy this bot and bot version and translations with sfdx.exe, the problem is that in the translation file, each dialog and message have their own stepIdentifier and messageIdentifier and this identifier is different for each version since I have cloned it. so this is also not possible for copying the translations.

Question:

Any possible way to clone / copy / deploy translations of the bots into new versions / production?

Best Answer

W-11367773 is marked fixed and I believe was included in Summer '22 Patch 11 which should be in your org. You can check what patch your instance is on with the trust site.

As such, cloning new versions as you did should include translations which will help you in deploying. If they do not, and you're on a patch number for Summer '22 greater than 11, I would suggest following up on that case (or creating a new one).

To be specific, the issue was the number of translations for the version as it always attempted to include translations. The fix was related to handling larger number of translations in the clone process.

Related Topic