Hi,
We have an issue with use case which is usually common for themes translations. Briefing issue as below:
-
Customer submits a theme e.g. XYZ-Theme for translations for language e.g. German
-
Now translations are being made in translations portal which usually may take few hours to few days to get completed depending upon the volume of content to be translated.
-
While the translations are in progress, customers may make any changes in a particular theme element which results in change in digest value of that particular key.
-
When the translations are completed and being pushed back to shopify we get an issue as below:
"response_data": {
"status": 500,
"responseData": {
"translationsRegister": {
"userErrors": [
{
"message": "Translatable content hash is invalid",
"field": [
"translations",
"5",
"translatableContentDigest"
]
}
],
Is there a way we can go ahead and update translations even if the digest value has changed after submitting for translations.
Looking forward for help in this regard.
We had created a ticket 26710377 earlier but were recommended to post this query here.
Thank You