[
https://issues.apache.org/jira/browse/JSPWIKI-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579927#action_12579927
]
Florian Holeczek commented on JSPWIKI-214:
------------------------------------------
Ah, good point... I've had a look at the error console and found the following:
{quote}
Fehler: missing ; before statement
Quelldatei: http://localhost:8080/jspwiki/Captcha.jsp
Zeile: 51, Spalte: 131
Quelltext:
document.getElementById("asirra_AdoptMeDiv" +
i).getElementsByTagName("a")[0].innerHTML= '<font size="-1">' + 'Adoptier'
mich!' + '</font>' ;
{quote}
I translated "adopt me" with "adoptier' mich", which is pasted by the i18n
functions as is and that caused the javascript to become invalid.
So, I'll change this in the final l10n properties file and this issue can be
closed after fixing the second part (asirra_KnobsTable).
> Captcha.jsp not fully localized
> -------------------------------
>
> Key: JSPWIKI-214
> URL: https://issues.apache.org/jira/browse/JSPWIKI-214
> Project: JSPWiki
> Issue Type: Bug
> Components: Localization
> Affects Versions: 2.6.2
> Reporter: Florian Holeczek
> Priority: Minor
>
> In Captcha.jsp, the function i18nAsirra() doesn't produce what it should.
> Just an idea, I'm not so into Javascript programming:
> Maybe this is because the function is called onload of the body, which may be
> before assira's script http://challenge.asirra.com/js/AsirraClientSide.js is
> loaded?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.