Plugins
Interfaces, Classes and Traits
- CSTranslationCollectorPlugin
- This Plugin is called to define Translation Manager Collectors collecting the fields which should be translated.
- CSTranslationExportPlugin
- This class represents the parent class of all plugin apis and offers some utilitiy methods which should be available in every plugin.
- CSTranslationMemoryPlugin
- This Plugin is called to extend Translation Memory editors To be included, it must be placed in a plugins/translation subfolder with a file name ending with Memory.php.
- CSTranslationPretranslatorPlugin
- This Plugin is called to define Translation Manager scripts which automatically translates content using matching mechanisms.
Table of Contents
- CSTRANSLATION_HOTFOLDER_DONE = '1003'
- CSTRANSLATION_HOTFOLDER_ERROR = '1004'
- CSTRANSLATION_HOTFOLDER_EXPORT = '1001'
- This Plugin is called to define Translation Manager Exports exporting or importing the TranslationMemory to different systems.
- CSTRANSLATION_HOTFOLDER_IMPORT = '1002'
Constants
CSTRANSLATION_HOTFOLDER_DONE
public
mixed
CSTRANSLATION_HOTFOLDER_DONE
= '1003'
Tags
CSTRANSLATION_HOTFOLDER_ERROR
public
mixed
CSTRANSLATION_HOTFOLDER_ERROR
= '1004'
Tags
CSTRANSLATION_HOTFOLDER_EXPORT
This Plugin is called to define Translation Manager Exports exporting or importing the TranslationMemory to different systems.
public
mixed
CSTRANSLATION_HOTFOLDER_EXPORT
= '1001'
To be included, it must be placed in a translation subfolder with a file name ending with Export.php.
Tags
CSTRANSLATION_HOTFOLDER_IMPORT
public
mixed
CSTRANSLATION_HOTFOLDER_IMPORT
= '1002'
