Moves locale translation directory settings from variable to config.
function locale_update_8017() { update_variables_to_config('locale.settings', array( 'locale_translate_file_directory' => 'translation.path', )); }