Projet

Général

Profil

Révision d719f12f

Ajouté par Assos Assos il y a plus de 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/translation.views.inc
51 51
    ),
52 52
  );
53 53

  
54
  // The source translation.
54
  // All translations.
55 55
  $data['node']['translation'] = array(
56 56
    'group' => t('Content translation'),
57 57
    'title' => t('Translations'),
......
62 62
      'base' => 'node',
63 63
      'base field' => 'tnid',
64 64
      'relationship table' => 'node',
65
      'relationship field' => 'nid',
65
      'relationship field' => 'tnid',
66 66
      'handler' => 'views_handler_relationship_translation',
67 67
      'label' => t('Translations'),
68 68
    ),
......
78 78
    ),
79 79
  );
80 80

  
81
  // The source translation.
81
  // Child translation.
82 82
  $data['node']['child_translation'] = array(
83 83
    'group' => t('Node translation'),
84 84
    'title' => t('Child translation'),

Formats disponibles : Unified diff