constant TMGMT_LOCAL_TASK_ITEM_STATUS_PENDING in Translation Management Tool 7
Translation task item is untranslated.
Related topics
1 use of TMGMT_LOCAL_TASK_ITEM_STATUS_PENDING
- TMGMTLocalTaskItem::isPending in translators/
tmgmt_local/ entity/ tmgmt_local.entity.task_item.inc - Returns TRUE if the local task is pending.
File
- translators/
tmgmt_local/ tmgmt_local.module, line 60 - Main module file for the local translation module.
Code
define('TMGMT_LOCAL_TASK_ITEM_STATUS_PENDING', 0);