- Issue created by @Terry_Kolodiy
- πΊπ¦Ukraine Terry_Kolodiy
Added StringTranslationTrait and changed all t() in the module to $this->t()
We should use StringTranslationTrait instead of using t() on the widget code.
Use StringTranslationTrait and change all t() in the module to $this->t()
Active
Code
Added StringTranslationTrait and changed all t() in the module to $this->t()