Fixed #31172 -- Added note to translators for yesno filter.
This commit is contained in:
parent
f75af5b67b
commit
0538da08c5
@ -786,6 +786,7 @@ def yesno(value, arg=None):
|
|||||||
========== ====================== ==================================
|
========== ====================== ==================================
|
||||||
"""
|
"""
|
||||||
if arg is None:
|
if arg is None:
|
||||||
|
# Translators: Please do not add spaces around commas.
|
||||||
arg = gettext('yes,no,maybe')
|
arg = gettext('yes,no,maybe')
|
||||||
bits = arg.split(',')
|
bits = arg.split(',')
|
||||||
if len(bits) < 2:
|
if len(bits) < 2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user