constant LINGOTEK_NODE_SYNC_STATUS_CURRENT in Lingotek Translation 7.2
4 uses of LINGOTEK_NODE_SYNC_STATUS_CURRENT
- LingotekApi::addContentDocument in lib/
Drupal/ lingotek/ LingotekApi.php - Add a document to the Lingotek platform.
- LingotekApi::updateContentDocument in lib/
Drupal/ lingotek/ LingotekApi.php - Updates the content of an existing Lingotek document with the current node contents.
- lingotek_add_target_sync_status_to_all_nodes in ./
lingotek.sync.inc - When a new MT language is added, add a Target status tag to every node.
- lingotek_get_source_language_json in ./
lingotek.dashboard.inc - Outputs the language code with page count in json format. Supplied to the dashboard. Output Format: {'code':'en','docs':'500'}
File
- ./
lingotek.sync.inc, line 8 - Content translation management and sync functions.
Code
define('LINGOTEK_NODE_SYNC_STATUS_CURRENT', 'CURRENT');