Added translation to description

The labels of a field are usually always translated. But this does not happen in the documentation.
This commit is contained in:
Tim Hovius 2016-04-19 21:37:22 +02:00
parent 718dfc6e9c
commit 96cfab973c

View File

@ -131,7 +131,7 @@
<td>{{ infos.dataType is defined ? infos.dataType : '' }}</td>
<td>{{ infos.required ? 'true' : 'false' }}</td>
<td>{{ infos.format }}</td>
<td>{{ infos.description is defined ? infos.description : '' }}</td>
<td>{{ infos.description is defined ? infos.description|trans : '' }}</td>
</tr>
{% endif %}
{% endfor %}