comparison tools/pygettext.py @ 462:a787b2413997

Minor change
author Jürgen Hermann <jhermann@users.sourceforge.net>
date Mon, 17 Dec 2001 19:36:56 +0000
parents 8babfb52ebbd
children 70b0809cd15c
comparison
equal deleted inserted replaced
461:b579418f7ed1 462:a787b2413997
566 566
567 if __name__ == '__main__': 567 if __name__ == '__main__':
568 main() 568 main()
569 # some more test strings 569 # some more test strings
570 _(u'a unicode string') 570 _(u'a unicode string')
571 _('*** Seen unexpected token "%(token)s"' % {'token': 'test'}) 571 _('*** Seen unexpected token "%(token)s"' % {'token': 'test'}) # this one creates a warning
572 _('more' 'than' 'one' 'string') 572 _('more' 'than' 'one' 'string')
573 573

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