You are here

function lingotek_mt_all in Lingotek Translation 6

1 string reference to 'lingotek_mt_all'
lingotek_menu in ./lingotek.module

File

./lingotek.mt.inc, line 78
Machine Translation

Code

function lingotek_mt_all() {
  global $user;

  //all nodes minus already init nodes:

  //init nodes

  //all nodes - run mt

  //lingotek_enqueue($user->uid, $nid, $language, $engine);
}