diff --git a/django/template/defaultfilters.py b/django/template/defaultfilters.py index 2c5aeba7a0d..0b009291ddc 100644 --- a/django/template/defaultfilters.py +++ b/django/template/defaultfilters.py @@ -786,6 +786,7 @@ def yesno(value, arg=None): ========== ====================== ================================== """ if arg is None: + # Translators: Please do not add spaces around commas. arg = gettext('yes,no,maybe') bits = arg.split(',') if len(bits) < 2: