comparison roundup/cgi/templating.py @ 7060:2c89bdc88923

Remove translation marker. I don't think this needs translation. It is a key: value display with no written language.
author John Rouillard <rouilj@ieee.org>
date Mon, 21 Nov 2022 18:50:17 -0500
parents 22183e7d1443
children cb39a6c95cd3
comparison
equal deleted inserted replaced
7059:8094cbf5f6f7 7060:2c89bdc88923
1181 prop = None 1181 prop = None
1182 if prop is None: 1182 if prop is None:
1183 # property no longer exists 1183 # property no longer exists
1184 comments['no_exist'] = self._( 1184 comments['no_exist'] = self._(
1185 "<em>The indicated property no longer exists</em>") 1185 "<em>The indicated property no longer exists</em>")
1186 cell.append(self._('<em>%s: %s</em>\n') 1186 cell.append('<em>%s: %s</em>\n'
1187 % (self._(k), str(args[k]))) 1187 % (self._(k), str(args[k])))
1188 continue 1188 continue
1189 1189
1190 # load the current state for the property (if we 1190 # load the current state for the property (if we
1191 # haven't already) 1191 # haven't already)

Roundup Issue Tracker: http://roundup-tracker.org/