Changes between Version 6 and Version 7 of Ticket #24257, comment 4
- Timestamp:
- Jul 6, 2015, 6:08:05 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24257, comment 4
v6 v7 9 9 == Long story long == 10 10 11 In an ideal world we would be able to use the template string (with it 's curly brace variables) as our msgid. Since that is not possible, template copy is coerced into a python string format / sprintf string.11 In an ideal world we would be able to use the template string (with its curly brace variables) as our msgid. Since that is not possible, template copy is coerced into a python string format / sprintf string. 12 12 13 13 This is a source of much pain and confusion, especially with percent signs. Why?