You are here

constant TMGMT_DATA_ITEM_STATE_UNTRANSLATED in Translation Management Tool 7

Same name and namespace in other branches
  1. 8 translators/tmgmt_local/tmgmt_local.module \TMGMT_DATA_ITEM_STATE_UNTRANSLATED

Untranslated translation data item.

Related topics

1 use of TMGMT_DATA_ITEM_STATE_UNTRANSLATED
TMGMTLocalTaskItemController::count in translators/tmgmt_local/controller/tmgmt_local.controller.task_item.inc
Parse all data items recursively and sums up the counters for accepted, translated and pending items.

File

translators/tmgmt_local/tmgmt_local.module, line 80
Main module file for the local translation module.

Code

define('TMGMT_DATA_ITEM_STATE_UNTRANSLATED', 0);