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!
This worked for me:
And uncheck the "Content to filter by language" options.