Both source and target languages seem to be the same in the HTML file export.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | tmgmt_file_html_export_to_remote_target_language-2615796-7.patch | 1.03 KB | mpp |
| #2 | tmgmt_file_html_export_to_remote_target_language-2615796-1.patch | 723 bytes | mpp |
Comments
Comment #2
mpp commentedComment #3
berdirYou need to set patches to needs review, not fixed.
Comment #5
mpp commentedNot 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
Comment #6
berdirThe 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.
Comment #7
mpp commentedIndeed, updated the template and the validate method.
Comment #8
mpp commentedComment #10
berdirThanks, committed.
Comment #12
mpp commentedGreat, thanks!