The following patch *seems* to fix this bug:

--- a/polib.py
+++ b/polib.py
@@ -1566,7 +1566,6 @@
             token = token[3:]
             self.current_entry.previous_msgid_plural += token
         elif self.current_state == 'pm':
-            token = token[3:]
             self.current_entry.previous_msgid += token
         elif self.current_state == 'pc':
             token = token[3:]

but I have not looked at the code close enough to be sure that it's
the "right fix".

Thanks.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to