Ticket #1399: msgfmt_patch.diff
| File msgfmt_patch.diff, 421 bytes (added by gremat, 4 years ago) |
|---|
-
turbogears/toolbox/admi18n/msgfmt.py
89 89 return output 90 90 91 91 def make(filename, outfile): 92 # Clear the MESSAGE dict before continuing 93 global MESSAGES 94 MESSAGES = {} 95 92 96 ID = 1 93 97 STR = 2 94 98