The msgctxt qualifiers where moved to before msgid due to that being compatible with the Gettext format. The tests were not updated and were still looking for msgctxt after the msgid. Attached patch to fix it.
Also, applying the new debug() function instead of custom debugging via pass().
Committing.
| Comment | File | Size | Author |
|---|---|---|---|
| fix-msgctxt-order.patch | 1.41 KB | gábor hojtsy |
Comments
Comment #1
gábor hojtsyCommitted to both 6.x-3.x and 7.x-1.x.