In the backend, there is no option to localize data in the list view. I think the TCA is missing the following: ` 'transOrigPointerField' => 'l10n_parent',` ` 'transOrigDiffSourceField' => 'l10n_diffsource',` ` 'translationSource' => 'l10n_source',`
In the backend, there is no option to localize data in the list view. I think the TCA is missing the following:
'transOrigPointerField' => 'l10n_parent','transOrigDiffSourceField' => 'l10n_diffsource','translationSource' => 'l10n_source',