You are here

function lingotek_dashboard_mt_download in Lingotek Translation 7.2

Batch Create: Bulk Machine Translate Download.

1 string reference to 'lingotek_dashboard_mt_download'
lingotek_menu in ./lingotek.module
Implements hook_menu().

File

./lingotek.batch.inc, line 304

Code

function lingotek_dashboard_mt_download() {
  if (isset($_GET['code'])) {
    lingotek_bulk_mt_download_batch_create($_GET['code']);
  }

  // If Language Code
}