We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b46f63 commit 00adee4Copy full SHA for 00adee4
1 file changed
django_babel/extract.py
@@ -40,7 +40,7 @@ def extract_django(fileobj, keywords, comment_tags, options):
40
'ngettext',
41
(smart_unicode(u''.join(singular)),
42
smart_unicode(u''.join(plural))),
43
- []
+ [])
44
else:
45
yield (
46
lineno,
0 commit comments