/**
  * {@inheritDoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('from-xliff');
     $this->setDescription('Update Contao language files from xliff translations.');
     $this->setHelp('Convert the xliff files from the set transifex folder into the contao folder.' . PHP_EOL);
 }
 /**
  * {@inheritDoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('to-xliff');
     $this->setDescription('Update xliff translations from Contao base language.');
     $this->setHelp('Convert the base language from the contao folder into files in transifex folder' . PHP_EOL);
 }