We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3172508 commit b4adcd9Copy full SHA for b4adcd9
tools/pygettext.py
@@ -568,6 +568,6 @@ class Options:
568
main()
569
# some more test strings
570
_(u'a unicode string')
571
- _('*** Seen unexpected token "%(token)s"' % {'token': 'test'})
+ _('*** Seen unexpected token "%(token)s"' % {'token': 'test'}) # this one creates a warning
572
_('more' 'than' 'one' 'string')
573
0 commit comments