diff --git a/AUTHORS b/AUTHORS index 20cc0c75c7c..b8c688cc0c6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -585,6 +585,7 @@ answer newbie questions, and generally made Django that much better: mattycakes@gmail.com Max Burstein Max Derkachev + Max Smolens Maxime Lorant Maxime Turcotte Maximilian Merz diff --git a/tests/i18n/commands/code.sample b/tests/i18n/commands/code.sample index a5f1520ecba..2c305a3a1dc 100644 --- a/tests/i18n/commands/code.sample +++ b/tests/i18n/commands/code.sample @@ -1,4 +1,4 @@ from django.utils.translation import gettext -# This will generate an xgettext warning -my_string = gettext("This string contain two placeholders: %s and %s" % ('a', 'b')) +# This will generate an xgettext "Empty msgid" warning. +my_string = gettext('')