Important: #75400 - New DataHandler command 'copyToLanguage'
See forge#75400
Description
A new DataHandler command copy
has been introduced. It behaves like localize
command
(both record and child records are copied to a given language), but does not set trans
fields (e.g. l10n_parent).
The copy
command should be used when localizing records in "Free Mode". This command is used when localizing
content elements using the translation wizard's "Copy" strategy.
The localize
DataHandler command should be used when translating records in "Connected Mode" (strict translation of records from the default language).
This command is used when selecting "Translate" strategy in content elements translation wizard.