Plugin source location: <serge_root>/lib/Serge/Engine/Plugin/process_if.pm
This plugin inherits all the configuration logic from the parent 'if' plugin and provides hooks to can_*
callback phases to allow tweaking various processing logic aspects inside Serge.
Plugin must be attached through the configuration file to either of the following phases:
can_process_source_file
can_extract
can_process_ts_file
can_generate_ts_file
can_translate
can_generate_localized_file
can_generate_localized_file_source
can_save_localized_file
See also: 'if' plugin reference.