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)