Skip to content

Commit c57e726

Browse files
author
Alexander Smishlajev
committed
translate property names in the form and column titles
1 parent 3cda299 commit c57e726

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/classic/html/_generic.help.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta http-equiv="Content-Type"
66
tal:attributes="content string:text/html;; charset=${request/client/charset}" />
77
<tal:block tal:condition="python:request.form.has_key('property')">
8-
<title i18n:translate=""><span i18n:name="property"
9-
tal:replace="property" /> help - <span i18n:name="tracker"
8+
<title i18n:translate=""><tal:x i18n:name="property"
9+
tal:content="property" i18n:translate="" /> help - <span i18n:name="tracker"
1010
tal:replace="config/TRACKER_NAME" /></title>
1111
<script language="Javascript" type="text/javascript"
1212
tal:content="structure string:
@@ -39,7 +39,7 @@
3939
<table class="classhelp">
4040
<tr>
4141
<th>&nbsp;<b>x</b></th>
42-
<th tal:repeat="prop props" tal:content="prop"></th>
42+
<th tal:repeat="prop props" tal:content="prop" i18n:translate=""></th>
4343
</tr>
4444
<tr tal:repeat="item batch">
4545
<tal:block tal:define="attr python:item[props[0]]">
@@ -57,7 +57,7 @@
5757
</tr>
5858
<tr>
5959
<th>&nbsp;<b>x</b></th>
60-
<th tal:repeat="prop props" tal:content="prop"></th>
60+
<th tal:repeat="prop props" tal:content="prop" i18n:translate=""></th>
6161
</tr>
6262
</table>
6363
<table width="100%">

0 commit comments

Comments
 (0)