Translated terms not used in PDF output
Hi,
In the .lng file there is a section "pdf" with translated terms for a pdf layout.
It contains for example "Index", "Glossary" etc. But when I create a PDF layout these translated terms are not used, but the English ones instead. When I open the glossary .plt file in the template I can see the English terms:
<div data-region="header">
<p class="glo-header">Glossary</p>
</div>
<div data-region="content">
<h1 class="glo-title">Glossary</h1>
</div>
I was wondering what I have to do, that these terms are replaced with the translations from the .lng file during generation of the PDF.
BTW for the Responsive HTML output the translated labels of the lng file are used automatically.
