Page tree


TODO: main translator package documentation


Disable translator package by ACl


To toggle the translator package for a role, you'll need to interact with the ACL (Access Control List). In the Zf_acl_rules table, you'll find two specific rights related to the translator package for each role:

  • editorPackageExport: Controls the ability to export translator packages.
  • editorPackageReimport: Governs the ability to re-import translator packages.


To clarify, it's important to note that both rights (editorPackageExport and editorPackageReimport) must be removed to effectively disable the translator package for a role. Removing only one of these rights won't fully disable the functionality. Once both rights are removed from the Zf_acl_rules table associated with the role, users with that role will no longer have access to the buttons for exporting and re-importing translator packages in the user interface (UI).

  • No labels