Noticed a few localization issues scanning through the code. The only tricky part is when concatenating strings in entity label() methods. We need to pass through t() to ensure the labels are localized, but I'm pretty sure we shouldn't sanitize here since labels are considered user input and should be sanitized later.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | redhen-localization-1803924-1.patch | 10.26 KB | nedjo |
Comments
Comment #1
nedjoPatch attached.
Comment #2
levelos commented