CodersCare / l10nmgr

GNU General Public License v3.0
0 stars 9 forks source link

Apply exclude to child elements #3

Open schliesser opened 1 year ago

schliesser commented 1 year ago

Rows of the tables pages and tt_content can be excluded from export to specific languages (l10nmgr_language_restriction). This change applies those excludes to the child records. This prevents dangling elements (sys_file_reference, IRRE, ...) in export files. It also excludes elements of hidden parents if the setting noHidden is active. If forced source language is used, the exclude settings from the source are respected.

Original MR: https://gitlab.com/coderscare/l10nmgr/-/merge_requests/65