i have setup Gtranslate in 5mins and all works great except one thing.
It is not translating one specific custom html module with simple html in it.
The entire site gets translated except that one module.
Here is the code included in the Custom Html Module
- Code: Select all
<div>
<a title="Monday" href="index.php?option=com_...etc">δευτερα</a>
<a title="Tuesday" href="index.php?option=com_...etc">τριτη</a>
<a title="Wednesday" href="index.php?option=com_...etc">τεταρτη</a>
</div>
All the above is not translated.
But if i delete any one of those lines it translates fine:
It only gets translated when there are 7 lines, no more.
How weird is that?
Any suggestions?
thx