Quote:
Originally Posted by ofir24
how do i translate it to heb? i try to translate the words in js file but it didn't show good.
|
No sure to be honest, the only wording that would need changed is the bits in red.
in the v3Arcade_PLAY template edit
Code:
<div id="command"><a class="lightSwitcher" href="javascript:foo();">Turn off the lights</a></div>
And in the lights.js file
Code:
$(this).html("Turn off the lights").removeClass("turnedOff");
else
$(this).html("Turn on the lights").addClass("turnedOff");