. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * * @package workflow-engine-bin-tasks */ G::LoadClass("system"); G::LoadClass("wsTools"); CLI::taskName('plugins-translation-update'); CLI::taskDescription(<<createLanguagePlugin($command[0], $command[1]); CLI::logging("Create successful\n"); } function run_update($command, $args) { CLI::logging("Updating...\n"); $language = new Language(); $language->updateLanguagePlugin($command[0], $command[1]); CLI::logging("Update successful\n"); }