Revert temp workaround for el, vi, zh* translations
This commit is contained in:
parent
dc90fd866d
commit
ed6ffd03fa
@ -292,9 +292,9 @@ class Msgid:
|
|||||||
print
|
print
|
||||||
print("msg nr: %d, lineno: %d%s" %
|
print("msg nr: %d, lineno: %d%s" %
|
||||||
( self.nr, self.lineno, self.is_fuzzy and " (fuzzy)" or "" ))
|
( 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._msgidp ) )
|
||||||
#sys.stdout.write( ''.join( self._msgstr ) )
|
sys.stdout.write( ''.join( self._msgstr ) )
|
||||||
|
|
||||||
def add_msgid( self, line, lineno ):
|
def add_msgid( self, line, lineno ):
|
||||||
self._msgid.append( line )
|
self._msgid.append( line )
|
||||||
|
1845
po/gramps.pot
1845
po/gramps.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user