*/ interface TranslatableInterface { public function trans(TranslatorInterface $translator, string $locale = null): string; }