- Issue created by @andrii momotov
- πΊπ¦Ukraine andrii momotov
I assigned the task myself because I plan to fix this issue and make a Merge Request.
Please do not work on this issue. - Issue was unassigned.
- Status changed to Needs review
5 months ago 3:10pm 23 August 2024 - πΊπ¦Ukraine andrii momotov
Replace t() with $this->t(). Also I removed t() function from this code:
throw new FieldException(t('A field with a different type already exists on destination entity type @entity-type.', [ '@entity-type' => $destination_entity_type_id, ]));
in the FieldCloner.php because exceptions should not be translated.
-
joachim β
committed 5e8b4adf on 8.x-1.x
Issue #3469912: Replaced t() with $this->t(); removed translation of...
-
joachim β
committed 5e8b4adf on 8.x-1.x
- Status changed to Fixed
5 months ago 8:06am 24 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.