Both source and target languages seem to be the same in the HTML file export.

Comments

mpp created an issue. See original summary.

mpp’s picture

Assigned: mpp » Unassigned
Status: Active » Fixed
StatusFileSize
new723 bytes
berdir’s picture

Status: Fixed » Needs review

You need to set patches to needs review, not fixed.

Status: Needs review » Needs work
mpp’s picture

Not sure why the tests would fail over a missing link when only the target language has been fixed?

fail: [Browser] Line 415 of modules/tmgmt/translators/tmgmt_file/src/Tests/FileTranslatorTest.php:
Link Review does not exist on http://localhost/checkout/admin/tmgmt/jobs/1

berdir’s picture

The form submission fails with Failed to validate file, import aborted.

The problem is that the validate method has the same bug, should work once you update that.

mpp’s picture

Indeed, updated the template and the validate method.

mpp’s picture

Status: Needs work » Needs review

berdir’s picture

Thanks, committed.

  • Berdir committed 53e0989 on 8.x-1.x authored by mpp
    Issue #2615796 by mpp: Wrong target language for html export in file...
mpp’s picture

Status: Needs review » Closed (fixed)

Great, thanks!