PublicaMundi / ckanext-publicamundi

PublicaMundi main CKAN extension
http://publicamundi.eu
Other
13 stars 12 forks source link

Gettextize titles generated by list item widgets #214

Open drmalex07 opened 8 years ago

drmalex07 commented 8 years ago

The auto-generated titles (e.g. Bounding Box #2) should also be gettextized and translated.

The template is provided at ListFieldWidgetTraits.get_item_template_vars and should probably be changed to something like: literal(_(field.title) + (u' #<code>%s</code>' % (format_arg)))