Jumoo / Jumoo.TranslationManager.Issues

Public issue tracker for translation manager.
0 stars 0 forks source link

Translating Dictionary fails with "The element must contain one or more Containers" when submitting job directly #1

Closed KevinJump closed 3 years ago

KevinJump commented 3 years ago

Translating the whole Dictionary fails with "The element must contain one or more Containers" when submitting the job directly, using:

Translation > Dictionary > ... > Send to translate > [x] Create job > Create

But when only creating a pending job ([ ] Create job), it works, and the created pending dictionary item translations can then be submitted from the pending items as one job.

Only tried with the Xliff File Connector but maybe the error is in the Translation Manager itself (8.5.3.0).

KevinJump commented 3 years ago

This is happening when the 'Remove blank elements' settings is selected in the Xliff connector. and it attempts to remove properties that have no value from the xliff file.

however if the whole content item (or dictionary item) is blank, it doesn't remove the top level "document" from the file and this causes a validation error.

KevinJump commented 3 years ago

Fix is in v8.5.4