diff options
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | tests/i18n/commands/code.sample | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -622,6 +622,7 @@ answer newbie questions, and generally made Django that much better: mattycakes@gmail.com Max Burstein <http://maxburstein.com> Max Derkachev <mderk@yandex.ru> + Max Smolens <msmolens@gmail.com> Maxime Lorant <maxime.lorant@gmail.com> Maxime Turcotte <maxocub@riseup.net> Maximilian Merz <django@mxmerz.de> diff --git a/tests/i18n/commands/code.sample b/tests/i18n/commands/code.sample index a5f1520ecb..2c305a3a1d 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('') |
