Drupal 7 - multilingual comments

630 views Asked by At

I have a multilingual Drupal 7 site with i18n and Entity translation enabled. Node fields translation works perfectly, but there is something wrong with comments. I enabled translation of comment body field. The problem is that comments are only displayed on native language version of the node . When I switch to foreign language, the node fields are translated, but comments are not shown at all (even those, which language matches the foreign language). I checked 'comment' table and it seems to be okay, the language field is populated.

Why are comments hidden on translated versions of nodes? Anyone has a clue?

Thanks for help!

1

There are 1 answers

0
IT-Dan On

This worked for me:

admin/config/regional/i18n/select

And uncheck the "Content to filter by language" options.