Revert temp workaround for el, vi, zh* translations

This commit is contained in:
Jérôme Rapinat 2015-07-28 21:00:15 +02:00
parent dc90fd866d
commit ed6ffd03fa
2 changed files with 937 additions and 912 deletions

View File

@ -292,9 +292,9 @@ 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 ) )
sys.stdout.write( ''.join( self._msgstr ) )
def add_msgid( self, line, lineno ):
self._msgid.append( line )

File diff suppressed because it is too large Load Diff