summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1fa4095)
raw | patch | inline | side by side (parent: 1fa4095)
author | jhermann <jhermann@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 17 Dec 2001 19:36:56 +0000 (19:36 +0000) | ||
committer | jhermann <jhermann@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 17 Dec 2001 19:36:56 +0000 (19:36 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@474 57a73879-2fb5-44c3-a270-3262357dd7e2
tools/pygettext.py | patch | blob | history |
diff --git a/tools/pygettext.py b/tools/pygettext.py
index b9f8419c7c96b6e0f545cfd96e3c46597d2874d7..40509673ace8b5c0319de19d1b2a2e98cc6981f7 100644 (file)
--- a/tools/pygettext.py
+++ b/tools/pygettext.py
main()
# some more test strings
_(u'a unicode string')
- _('*** Seen unexpected token "%(token)s"' % {'token': 'test'})
+ _('*** Seen unexpected token "%(token)s"' % {'token': 'test'}) # this one creates a warning
_('more' 'than' 'one' 'string')