ソースを参照

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

読み込み中…
キャンセル
保存