Closed (fixed)
Project:
Email Validator
Version:
8.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2023 at 10:26 UTC
Updated:
1 Jun 2024 at 16:44 UTC
Jump to comment: Most recent
Problem/Motivation
There are still t() calls on one line.
Steps to reproduce
Remove t() and add $this->t().
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
harshita mehna commentedHello Maintainers and everyone,
I have provided an MR !1 to fix this issue.
To get more information about this please visit https://www.drupal.org/project/drupal/issues/3115809
Please review it.
Thanks!
Comment #4
harshita mehna commentedComment #5
saidatomComment #6
saidatomComment #7
saidatomComment #8
srijsbergen commentedWas this tested? AFAICS the $this->t won't work inside the static function.
Comment #9
saidatom