function translation_entity_preprocess_language_content_settings_table

Implements hook_preprocess_HOOK() for theme_language_content_settings_table().

File

drupal/core/modules/translation_entity/translation_entity.module, line 991
Allows entities to be translated into different languages.

Code

function translation_entity_preprocess_language_content_settings_table(&$variables) {
  module_load_include('inc', 'translation_entity', 'translation_entity.admin');
  _translation_entity_preprocess_language_content_settings_table($variables);
}