Translations inside classes should be like "$this->t('')" and not t('') only;
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Translations_v2-2800381-5.patch | 1.73 KB | kunalkursija |
| #2 | Translations-2800381-2.patch | 1.72 KB | kunalkursija |
Translations inside classes should be like "$this->t('')" and not t('') only;
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Translations_v2-2800381-5.patch | 1.73 KB | kunalkursija |
| #2 | Translations-2800381-2.patch | 1.72 KB | kunalkursija |
Comments
Comment #2
kunalkursija commentedAttaching patch.
Comment #3
kunalkursija commentedComment #5
kunalkursija commentedAttaching patch again.
Comment #6
dishabhadra commentedIt's good to replace t() with $this->t().
Comment #7
matrixlord commentedHello,
Thanks! This already exists in the dev version. I will push it to a stable release with some other fixes soon.
Comment #8
matrixlord commentedComment #10
matrixlord commentedP.S. I will give the attribution to kunal.kursija of course.