hardcode French translation of "and" (#4671)

This commit is contained in:
Frédéric Péters 2014-07-03 10:46:19 +02:00
parent efe2e8ff1e
commit 1e300abdef
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@
tal:condition="python:indexes[row.i]['operators'][row.o]['widget'] == 'DateRangeWidget'">
<input class="date" autocomplete="off" type="text" name="form.widgets.query.v:records:list"
tal:attributes="name python:str(fieldName)+'.v:records:list'; value python:row['v'][0]"/>
<span> and </span>
<span> et </span>
<input class="date" autocomplete="off" type="text" name="form.widgets.query.v:records:list"
tal:attributes="name python:str(fieldName)+'.v:records:list'; value python:row['v'][1]"/>
</div>
@ -147,7 +147,7 @@
<div class="querywidget queryvalue dateRangeWidget"
tal:condition="python:indexes[request.form['addindex']]['operators'][request.form['addoperator']]['widget'] == 'DateRangeWidget'">
<input autocomplete="off" type="text" tal:attributes="name python:str(fieldName)+'.v:records:list';" name="form.widgets.query.v:records:list" />
<span> and </span>
<span> et </span>
<input autocomplete="off" type="text" tal:attributes="name python:str(fieldName)+'.v:records:list';" name="form.widgets.query.v:records:list" />
</div>

View File

@ -87,7 +87,7 @@
.addClass('queryvalue date')
)
.append($(document.createElement('span'))
.html(' and ')
.html(' et ')
)
.append($(document.createElement('input'))
.attr({