public function cleanTranslations()
 {
     Translation::whereNull('value')->delete();
 }