Commit 447f1bc9 authored by Fabien Morin's avatar Fabien Morin

set domain translation to content_translation. This make possible to have the...

set domain translation to content_translation. This make possible to have the Translation Tab on web section and to translate it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33025 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1869a0da
...@@ -80,18 +80,15 @@ ...@@ -80,18 +80,15 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
<string>Products.ERP5Type.TranslationProviderBase</string> <tuple/>
<string>TranslationInformation</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>domain_name</string> </key> <key> <string>domain_name</string> </key>
<value> <string></string> </value> <value> <string>content_translation</string> </value>
</item> </item>
<item> <item>
<key> <string>property_name</string> </key> <key> <string>property_name</string> </key>
...@@ -103,18 +100,15 @@ ...@@ -103,18 +100,15 @@
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
<string>Products.ERP5Type.TranslationProviderBase</string> <tuple/>
<string>TranslationInformation</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>domain_name</string> </key> <key> <string>domain_name</string> </key>
<value> <string></string> </value> <value> <string>content_translation</string> </value>
</item> </item>
<item> <item>
<key> <string>property_name</string> </key> <key> <string>property_name</string> </key>
......
908 910
\ No newline at end of file \ No newline at end of file
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