[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/ I18n of the
apidoc breadcrumbs.
Shane Hathaway
shane at hathawaymix.org
Sat Nov 11 12:27:29 EST 2006
Log message for revision 71108:
I18n of the apidoc breadcrumbs.
Changed:
U Zope3/trunk/src/zope/app/apidoc/browser/details_macros.pt
U Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_index.pt
U Zope3/trunk/src/zope/app/apidoc/codemodule/browser/function_index.pt
U Zope3/trunk/src/zope/app/apidoc/codemodule/browser/module_index.pt
U Zope3/trunk/src/zope/app/apidoc/codemodule/browser/textfile_index.pt
U Zope3/trunk/src/zope/app/apidoc/codemodule/browser/zcmlfile_index.pt
U Zope3/trunk/src/zope/app/apidoc/ifacemodule/index.pt
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/browser/details_macros.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/browser/details_macros.pt 2006-11-10 23:58:55 UTC (rev 71107)
+++ Zope3/trunk/src/zope/app/apidoc/browser/details_macros.pt 2006-11-11 17:27:28 UTC (rev 71108)
@@ -78,7 +78,6 @@
<a href=""
tal:attributes="href string:${entry/url}/index.html"
tal:content="entry/name"
- i18n:translate=""
tal:omit-tag="repeat/entry/end" />
<span tal:omit-tag="" tal:condition="not: repeat/entry/end">/</span>
</tal:block>
Modified: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_index.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_index.pt 2006-11-10 23:58:55 UTC (rev 71107)
+++ Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_index.pt 2006-11-11 17:27:28 UTC (rev 71108)
@@ -3,7 +3,7 @@
<body metal:fill-slot="contents">
<h1 class="details-header">
- <span class="pre-header">Class</span><br />
+ <span class="pre-header" i18n:translate="">Class</span><br />
<span tal:replace="context/getPath">zope.app.Klass</span>
</h1>
Modified: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/function_index.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/codemodule/browser/function_index.pt 2006-11-10 23:58:55 UTC (rev 71107)
+++ Zope3/trunk/src/zope/app/apidoc/codemodule/browser/function_index.pt 2006-11-11 17:27:28 UTC (rev 71108)
@@ -3,7 +3,7 @@
<body metal:fill-slot="contents">
<h1 class="details-header">
- <span class="pre-header">Function</span><br />
+ <span class="pre-header" i18n:translate="">Function</span><br />
<span tal:replace="context/getPath">zope.app.function</span>
</h1>
Modified: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/module_index.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/codemodule/browser/module_index.pt 2006-11-10 23:58:55 UTC (rev 71107)
+++ Zope3/trunk/src/zope/app/apidoc/codemodule/browser/module_index.pt 2006-11-11 17:27:28 UTC (rev 71108)
@@ -9,17 +9,17 @@
<h1 class="details-header">
<span tal:condition="view/getPath">
<span class="pre-header">
- <span tal:condition="view/isPackage">
+ <span tal:condition="view/isPackage" i18n:translate="">
Package
</span>
- <span tal:condition="not: view/isPackage">
+ <span tal:condition="not: view/isPackage" i18n:translate="">
Module
</span>
</span>
<br />
<span tal:replace="view/getPath">zope.app</span>
</span>
- <span tal:omit-tag="" tal:condition="not: view/getPath">
+ <span tal:omit-tag="" tal:condition="not: view/getPath" i18n:translate="">
Zope 3 Code Browser
</span>
</h1>
Modified: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/textfile_index.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/codemodule/browser/textfile_index.pt 2006-11-10 23:58:55 UTC (rev 71107)
+++ Zope3/trunk/src/zope/app/apidoc/codemodule/browser/textfile_index.pt 2006-11-11 17:27:28 UTC (rev 71108)
@@ -8,7 +8,7 @@
<body metal:fill-slot="contents">
<h1 class="details-header">
- <span class="pre-header">Text File</span><br />
+ <span class="pre-header" i18n:translate="">Text File</span><br />
<span tal:replace="context/zope:name">README.txt</span>
</h1>
Modified: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/zcmlfile_index.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/codemodule/browser/zcmlfile_index.pt 2006-11-10 23:58:55 UTC (rev 71107)
+++ Zope3/trunk/src/zope/app/apidoc/codemodule/browser/zcmlfile_index.pt 2006-11-11 17:27:28 UTC (rev 71108)
@@ -53,7 +53,7 @@
<body metal:fill-slot="contents">
<h1 class="details-header">
- <span class="pre-header">ZCML File</span><br />
+ <span class="pre-header" i18n:translate="">ZCML File</span><br />
<span tal:replace="context/zope:name">configure.zcml</span>
</h1>
Modified: Zope3/trunk/src/zope/app/apidoc/ifacemodule/index.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/ifacemodule/index.pt 2006-11-10 23:58:55 UTC (rev 71107)
+++ Zope3/trunk/src/zope/app/apidoc/ifacemodule/index.pt 2006-11-11 17:27:28 UTC (rev 71108)
@@ -4,7 +4,7 @@
tal:define="rootURL view/apidocRoot">
<h1 class="details-header">
- <span class="pre-header">Interface</span><br />
+ <span class="pre-header" i18n:translate="">Interface</span><br />
<span tal:replace="view/getId">zope.app.interfaces.IInterface</span>
</h1>
More information about the Zope3-Checkins
mailing list