Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / i18n / i18n_sync @ 76df55b7

Nom Taille Révision Âge Auteur Commentaire
README.txt 651 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
i18n_sync.api.php 1,99 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
i18n_sync.features.inc 734 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
i18n_sync.info 512 octets 76df55b7 presque 9 ans Benjamin Luce Weekly update of contrib modules
i18n_sync.install 805 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
i18n_sync.module 10,8 ko e4c061ad environ 9 ans Assos Assos Weekly update of contrib modules
i18n_sync.modules.inc 1,87 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
i18n_sync.node.inc 6,71 ko 6331c987 environ 10 ans Assos Assos Weekly update of contrib modules
i18n_sync.test 3,41 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
i18n_sync.variable.inc 409 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7

Dernières révisions

# Date Auteur Commentaire
76df55b7 10/05/2015 12:00 Benjamin Luce

Weekly update of contrib modules

e4c061ad 28/01/2015 23:00 Assos Assos

Weekly update of contrib modules

6331c987 23/04/2014 22:41 Assos Assos

Weekly update of contrib modules

f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


README.txt

Drupal module: i18n_sync (Synchronization)

This module will handle content synchronization accross translations.

The available list of fields to synchronize will include standard node fields and cck fields.
To have aditional fields, add the list in a variable in the settings.php file, like this:

// Available fields for synchronization, for all node types.
$conf['i18n_sync_fields_node'] = array(
'field1' => t('Field 1 name'),
'field2' => t('Field 2 name'),
...
);

// More fields for a specific content type 'nodetype' only.
$conf['i18n_sync_fields_node_nodetype'] = array(
'field3' => t('Field 3 name'),
...
);

Formats disponibles : Atom