소스 검색

Correctif TranslatorAdmin

develop
Guillaume 3 년 전
부모
커밋
5dbaa61ebf
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      Translation/TranslatorAdmin.php

+ 5
- 0
Translation/TranslatorAdmin.php 파일 보기

@@ -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';

Loading…
취소
저장