Hi,

for the http://ftp.drupal.org/files/projects/translation_helpers-7.x-1.x-dev.zip version, the Coder module report says:

"Line 11: Module .info files must now specify all loadable code files explicitly. (Drupal Docs)
Line 50: Potential problem: "SELECT FROM {node}" statements should probably be wrapped in d and with the alias for {node} table defined (e.g. {node} n)
'remaining_nid' => db_query('SELECT nid FROM {node} WHERE tnid = :tnid', array(':tnid' => $node->tnid))->fetchField(),
Line 61: Potential problem: "SELECT FROM {node}" statements should probably be wrapped in d and with the alias for {node} table defined (e.g. {node} n)
'new_tnid' => db_query('SELECT nid FROM {node} WHERE tnid = :tnid ORDER BY translate ASC, nid ASC', array(':tnid' => $node->tnid))->fetchField(),"

Is this sth that needs attention ?
Regards,
Lukasz