constant TMGMT_JOB_ITEM_STATE_REVIEW in Translation Management Tool 7
The translation job item needs to be reviewed.
A job item is marked as 'needs review' after every single piece of text in the job item has been translated by the translation provider. After the review procedure is finished the job item can be accepted and saved.
Related topics
3 uses of TMGMT_JOB_ITEM_STATE_REVIEW
- theme_tmgmt_ui_translation_language_status_single in ui/
includes/ tmgmt_ui.theme.inc - Gets translation language status.
- TMGMTJobItem::isNeedsReview in entity/
tmgmt.entity.job_item.inc - Checks whether the state of this transaction is 'needs review'.
- TMGMTJobItem::needsReview in entity/
tmgmt.entity.job_item.inc - Sets the state of the job item to 'needs review'.
File
- ./
tmgmt.module, line 80 - Main module file for the Translation Management module.
Code
define('TMGMT_JOB_ITEM_STATE_REVIEW', 2);