Commit ff222cf2 authored by Aurel's avatar Aurel

Remove default translation domain from property sheet

title & short title should have no translation domain per default, this configuration must be done per site on portal type, otherwise Localizer might explode due to the addition of all titles to it

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45568 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7f9ab15a
...@@ -59,7 +59,9 @@ ...@@ -59,7 +59,9 @@
</item> </item>
<item> <item>
<key> <string>translation_domain</string> </key> <key> <string>translation_domain</string> </key>
<value> <string>erp5_content</string> </value> <value>
<none/>
</value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -57,6 +57,12 @@ ...@@ -57,6 +57,12 @@
<key> <string>acquisition_mask_value</string> </key> <key> <string>acquisition_mask_value</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item>
<key> <string>acquisition_object_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>acquisition_portal_type</string> </key> <key> <string>acquisition_portal_type</string> </key>
<value> <string>python: ()</string> </value> <value> <string>python: ()</string> </value>
...@@ -77,6 +83,18 @@ ...@@ -77,6 +83,18 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>content_acquired_property_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>content_translation_acquired_property_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value>
...@@ -105,7 +123,9 @@ ...@@ -105,7 +123,9 @@
</item> </item>
<item> <item>
<key> <string>translation_domain</string> </key> <key> <string>translation_domain</string> </key>
<value> <string>erp5_content</string> </value> <value>
<none/>
</value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
23 24
\ 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