Changes between Version 1 and Version 2 of Ticket #11240, comment 7
- Timestamp:
- Dec 4, 2011, 6:55:47 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11240, comment 7
v1 v2 2 2 > Note the reporter claims he extracted the translatable literal from a template but it is prefixed by a #, python-format flag in the PO file, and that's not consistent. 3 3 4 That's very consistent: It is compilemessages that generated this flag, because it saw a '%' in the string!4 That's very consistent: It is makemessages that generated this flag, because it saw a '%' in the string! 5 5 6 6 > because I don't see any change committed to the compilemessages management command related to this.