Closed (duplicate)
Project:
Internationalization
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2009 at 23:57 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
account-deletion-needed commentedHere's a small patch doing just this. Modules implementing hook_synchronize() should use the following function signature:
$translation needs to be referenced because its node_save() still happens in i18nsync. To synchronize custom fields you can do:
Comment #2
Bevan commentedComment #3
Bevan commentedLooks like duplicate of #233787: i18nsync hook to me