Project:Translatable Comments
Version:5.x-1.0
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

how might this code be customized so that it translates the body instead of the comments.

i tried changing the code

$(".comment .content").each(function (i) {   
      var w = $(wrapper).clone().insertBefore(this);
</code?

to

<code>
$(".body .content").each(function (i) {   
      var w = $(wrapper).clone().insertBefore(this);

However I had no luck

Comments

#1

Try changing that selector to

.node .content

#2

Try changing that selector to

.node .content

#3

Status:active» closed (duplicate)

See #283486: here is translatablenodes for a solution for D6.

nobody click here