Commit a16a937b authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: translate publication states

parent fdf0a96f
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [("", ""), ("Draft", "draft"), ("Shared", "shared"), ("Released", "released"),]</string> </value>
<value> <string>python: [("", ""),] + [(here.Base_translateString(x), y) for x,y in ("Draft", "draft"), ("Shared", "shared"), ("Released", "released"),]]</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