/**
  * Execute the console command.
  *
  * @return void
  */
 public function fire()
 {
     $this->manager->cleanTranslations();
     $this->info("Done cleaning translations");
 }