* * EXAMPLES: * * icingacli translation refresh module demo de_DE * icingacli translation refresh module demo fr_FR */ public function moduleAction() { $module = $this->validateModuleName($this->params->shift()); $locale = $this->validateLocaleCode($this->params->shift()); $helper = $this->getTranslationHelper($locale); $helper->updateModuleTranslations($module); } }