--- modules/translation/translation-6.19.module	2010-08-22 08:55:00.000000000 -0500
+++ modules/translation/translation.module	2010-10-27 12:34:11.000000000 -0500
@@ -167,6 +167,7 @@ function translation_link($type, $node =
         $links["node_translation_$langcode"] = array(
           'title' => $language->native,
           'href' => 'node/'. $translations[$langcode]->nid,
+          'query' => drupal_query_string_encode($_GET,array('q')),
           'language' => $language,
           'attributes' => array('title' => $translations[$langcode]->title, 'class' => 'translation-link')
         );
