Skip to content

Commit b06add0

Browse files
committed
issue2551007 - Selection fields are not translated
Added a FIXME to a section of code that should mark a string as translatable, but I am not sure how to mark it that way.
1 parent 705e2c9 commit b06add0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2479,7 +2479,7 @@ def menu(self, size=None, height=None, showid=0, additional=[],
24792479
**html_kwargs)]
24802480
k = linkcl.labelprop(1)
24812481

2482-
if value:
2482+
if value: # FIXME '- no selection -' mark for translation
24832483
l.append('<option value="%s">- no selection -</option>'
24842484
% ','.join(['-' + v for v in value]))
24852485

0 commit comments

Comments
 (0)