I use string overrides to remove some strings completely. The problem is that when I import a .po file with an empty msgstr, it gets discarded. The patch just removes the check ...
if (!empty($currentstring) && !empty($currentoverride)) {
becomes:
if (!empty($currentoverride)) {
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | stringoverrides-import_empty-391086-1.patch | 882 bytes | Mark Theunissen |
Comments
Comment #1
Mark Theunissen commentedComment #2
robloachComment #3
robloachCommitted! Thanks!