Temp workaround for el, vi, zh_*

This commit is contained in:
Jérôme Rapinat 2015-07-27 10:25:34 +02:00
parent 173b630b2d
commit bd578a1c0d

View File

@ -292,7 +292,7 @@ class Msgid:
print
print("msg nr: %d, lineno: %d%s" %
( self.nr, self.lineno, self.is_fuzzy and " (fuzzy)" or "" ))
sys.stdout.write( ''.join( self._msgid ) )
#sys.stdout.write( ''.join( self._msgid ) )
sys.stdout.write( ''.join( self._msgidp ) )
#sys.stdout.write( ''.join( self._msgstr ) )