N98\Magento\Command\Developer\Module\UpdateCommand::setTranslateNode PHP Method

setTranslateNode() protected method

protected setTranslateNode ( Symfony\Component\Console\Input\InputInterface $input, SimpleXMLElement $configXml )
$input Symfony\Component\Console\Input\InputInterface
$configXml SimpleXMLElement
    protected function setTranslateNode(InputInterface $input, \SimpleXMLElement $configXml)
    {
        if ($this->hasAddTranslateOption($input)) {
            $this->addTranslate($configXml, $this->configNodes['translate_area'], $this->configNodes['translate_module']);
        }
    }