diff roundup/msgfmt.py @ 3218:f606fbf192ba maint-0.8

reset global MESSAGES dictionary for each make
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Tue, 01 Mar 2005 14:36:45 +0000
parents ee9c3b850f9e
children 7000070fe600
line wrap: on
line diff
--- a/roundup/msgfmt.py	Mon Feb 28 03:31:43 2005 +0000
+++ b/roundup/msgfmt.py	Tue Mar 01 14:36:45 2005 +0000
@@ -100,6 +100,8 @@
 def make(filename, outfile):
     ID = 1
     STR = 2
+    global MESSAGES
+    MESSAGES = {}
 
     # Compute .mo name from .po name and arguments
     if filename.endswith('.po'):

Roundup Issue Tracker: http://roundup-tracker.org/