function translation_update_8001

Moves "translation_language_type" from variable to config.

Related topics

File

drupal/core/modules/translation/translation.install, line 24
Update function for the translation module.

Code

function translation_update_8001() {
  update_variables_to_config('translation.settings', array(
    'translation_language_type' => 'language_type',
  ));
}