1.1.2.5 (checked in on 2008/04/01 at 16:10:32 by jareyero)
Internationalization (i18n) package. Synchronization of translations
Keeps vocabulary terms in sync for translations. This is a per-vocabulary option
Ref: http://drupal.org/node/115463
Notes: This module needs to run after taxonomy, i18n, translation. Check module weight
@ TODO Test with CCK when possible, api may have changed
| Name | Description |
|---|---|
| i18nsync_form_alter | Implementation of hook_form_alter(). Vocabulary options Content type options |
| i18nsync_help | Implementation of hook_help(). |
| i18nsync_nodeapi | Implementation of hook_nodeapi(). |
| i18nsync_node_available_fields | Returns list of available fields for given content type |
| i18nsync_node_fields | Returns list of fields to synchronize for a given content type |
| i18nsync_node_translation | Synchronizes fields for node translation |
| i18nsync_node_translation_attached_node | Node attachments (CCK) that may have translation |
| i18nsync_taxonomyfield | Synchronize taxonomy |
| i18nsync_theme | Implementation of hook_theme() |