--- i18nsync.orig	2009-01-18 19:27:42.000000000 +0100
+++ i18nsync.new	2009-02-07 01:03:48.750000000 +0100
@@ -317,6 +317,10 @@ function i18nsync_node_translation($node
       }
     }
   }
+  
+  // enable other modules to perform their synchronisations by calling all hook_synchronize
+  module_invoke_all('synchronize', $node, $translation, $op);
+  
   node_save($translation);
 }
 
