You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've come across a use-case that doesn't appear to be supported (yet), based on the idea of someone sending a page for translation in a subset of available locales and then trying to add more locales to the original job before it's come back (eg someone realises they forgot a language).
Step to reproduce
Have at least three locales enabled (localeA, localeB, localeC,)
Translate a test page from en-US to localeA, submitting to Smartling
./manage.py sync_smartling
Confirm job has landed in Smartling with localeA
Go back to the test page and hit Translate this page a second time
Note that (correctly IMO) localeA is not in the list of langs to translate
Select a new language (localeB) to translate and tag that for sending to Smartling
./manage.py sync_smartling
Check whether the job has been updated in Smartling to include localeB
What I expected
That either
a) the Job was expanded to include both locales, IF the job was pending authorization (or in some other state where adding to it makes sense)
or
b) a separate Job for localeB was created, whcih can be done in parallel with localeA
And that the page for LocaleB shows that its translations, too, are being managed by smartling
What happened
The job didn't change at all, and the page for LocaleB does not show the message about the page's translations being managed in Smartling
The text was updated successfully, but these errors were encountered:
I appreciate this is a complex flow of stuff here. I think as long as there's a reliable way to handle this situation - even if it's a manual-worfklow case of waiting for the completion Job 1 (LocaleA) and holding off sending LocaleB to make Job2 until Job 1 lands.
I've come across a use-case that doesn't appear to be supported (yet), based on the idea of someone sending a page for translation in a subset of available locales and then trying to add more locales to the original job before it's come back (eg someone realises they forgot a language).
Step to reproduce
What I expected
That either
a) the Job was expanded to include both locales, IF the job was pending authorization (or in some other state where adding to it makes sense)
or
b) a separate Job for localeB was created, whcih can be done in parallel with localeA
And that the page for LocaleB shows that its translations, too, are being managed by smartling
What happened
The job didn't change at all, and the page for LocaleB does not show the message about the page's translations being managed in Smartling
The text was updated successfully, but these errors were encountered: