Hola a todos,
Tengo un problema de traducción. El header de los pdf's de facturas y albaranes me aparece "INVOICE" o "DELIVERY" y no puedo traducirlo de ninguna manera. He mirado las "traducciones" del front, del back, de los módulos y está todo ok. He revisado header.tpl de los pdf's pero sólo aparece est0o:
<table style="width: 100%">
<tr>
<td style="width: 50%">
{if $logo_path}
<img src="{$logo_path}" style="width:{$width_logo}px; height:{$height_logo}px;" />
{/if}
</td>
<td style="width: 50%; text-align: right;">
<table style="width: 100%">
<tr>
<td style="font-weight: bold; font-size: 14pt; color: #444; width: 100%">{$header|escape:'html':'UTF-8'} </td>
</tr>
<tr>
<td style="font-size: 14pt; color: #9E9F9E">{$date|escape:'html':'UTF-8'}</td>
</tr>
<tr>
<td style="font-size: 14pt; color: #9E9F9E">{$title|escape:'html':'UTF-8'}</td>
</tr>
</table>
</td>
</tr>
</table>
Cualquier ayuda es de gran interés