You are here

function lingotek_get_machine_translation_engines in Lingotek Translation 6

3 calls to lingotek_get_machine_translation_engines()
lingotek_admin_form in ./lingotek.admin.inc
lingotek_dequeue in ./lingotek.mt.inc
lingotek_summary in ./lingotek.page.inc

File

./lingotek.api.inc, line 247

Code

function lingotek_get_machine_translation_engines() {
  $engines = array();
  $engines['google'] = t("Google MT");
  $engines['microsoft'] = t("Microsoft MT");
  return $engines;
}