Commit 200d0730 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_hal_json_style: translate portal types' titles in Base_viewNewContentDialog

parent 382a3ae2
......@@ -269,7 +269,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x, x) for x in context.getVisibleAllowedContentTypeList()]</string> </value>
<value> <string>python: [(here.Base_translateString(x), x) for x in context.getVisibleAllowedContentTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment