Commit 36ffdda0 authored by Yusei Tahara's avatar Yusei Tahara

2008-10-24 yusei

* Fixed to make messages translatable in Add gadgets form.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24329 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7281da24
...@@ -88,12 +88,12 @@ ...@@ -88,12 +88,12 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>title</string> <string>translated_title</string>
<string>Title</string> <string>Title</string>
</tuple> </tuple>
<tuple> <tuple>
<string>description</string> <string>description</string>
<string>description</string> <string>Description</string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<list> <list>
<tuple> <tuple>
<string>description</string> <string>description</string>
<string>description</string> <string>Description</string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -158,8 +158,8 @@ ...@@ -158,8 +158,8 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>title</string> <string>translated_title</string>
<string>title</string> <string>Title</string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>title</string> <string>translated_title</string>
<string></string> <string></string>
</tuple> </tuple>
<tuple> <tuple>
......
...@@ -39,19 +39,20 @@ ...@@ -39,19 +39,20 @@
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
<tal:block tal:define="cell python: options[\'cell\'];"\n <tal:block i18n:domain="content"\n
tal:define="cell python: options[\'cell\'];"\n
tal:condition="python: hasattr(cell, \'getObject\')">\n tal:condition="python: hasattr(cell, \'getObject\')">\n
\n \n
<tal:block \n <tal:block \n
tal:define="gadget cell/getObject;\n tal:define="gadget cell/getObject;\n
image_id python: getattr(gadget, \'image_id\', None);">\n image_id python: getattr(gadget, \'image_id\', None);">\n
\n \n
<h4 tal:content="cell/getTitle"/>\n <h4 i18n:translate="" tal:content="cell/getTitle"/>\n
\n \n
<img tal:condition="image_id"\n <img tal:condition="image_id"\n
tal:attributes="src python:\'%s/%s\' \n tal:attributes="src python:\'%s/%s\' \n
%(gadget.absolute_url(), image_id)"/>\n %(gadget.absolute_url(), image_id)"/>\n
<p tal:content="cell/getDescription"/>\n <p i18n:translate="" tal:content="cell/getDescription"/>\n
</tal:block>\n </tal:block>\n
\n \n
</tal:block> </tal:block>
......
2008-10-24 yusei
* Fixed to make messages translatable in Add gadgets form.
2008-10-14 yusei 2008-10-14 yusei
* Start to develop version 5.3. * Start to develop version 5.3.
......
361 362
\ 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