Release Notes / Version 10.2101
Table Of Contents
XliffImporter
and
XliffExporter
now provide an API to directly hand over objects of type Xliff. This provides the option, that you may use custom Xliff parsing. As this extends the corresponding interfaces, you may need to implement the methods now, in case you provided custom implementations for
XliffImporter
and/or
XliffExporter
.
New methods are:
XliffImporter#importXliff(Xliff):List<XliffImportResultItem>
, andXliffExporter#exportXliff(Iterable<TranslateItem>, XliffExportOptions):Xliff
.
(CMS-14091)
- Removed Blueprint Extension nuggad
- New Merge Strategy "Overwrite Target Site" for Synchronization Workflows
Was this article useful?