Explorar el Código

Correctif TranslatorAdmin

develop
Guillaume hace 3 años
padre
commit
5dbaa61ebf
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      Translation/TranslatorAdmin.php

+ 5
- 0
Translation/TranslatorAdmin.php Ver fichero

@@ -49,6 +49,11 @@ class TranslatorAdmin
return $newChoices;
}

public function transChoice(string $entityName,string $field, string $choice): string
{
return $this->transField($field.'Choices.'.$choice, $entityName);
}

public function transHelp($fieldName, $entityClass): string
{
$fieldName = $fieldName . '_help';

Cargando…
Cancelar
Guardar