Mostly HTML tags and some examples are getting cut off.
When I noticed this I checked the file but most where still there.
The translator is still not showing the full content somehow.
One that is cut off in the interface is admin.conference.importPathInstructions key, which has parentheses, slashes and quotes in it.
Another key was comments.inResponseTo cutting exactly after the fisrt = sign
It cut off after the beginining of the second CDATA, for comments.inResponseTo key.
Looking at the file, here's the error:
- Code: Select all
<![CDATA[Em resposta a <a href=]]>
What it should be:
- Code: Select all
Em resposta a <![CDATA[<a href="]]>{$url}<![CDATA[">]]>{$title}<![CDATA[</a>]]>
Couldn't find any more errors for now...
But I think I know what happened.
I am copying and pasting some of the translations already done for OJS and making the necessary changes. I think I copied and pasted the key comments.inResponseTo with the CDATA tags withing the field. I assume the translator converts HTML tags automatically, adding the CDATA sections.
After I manually corrected it, the translator is still not able to display the content correctly, but the content is there... If I save the form, it will probably create an error.
