You are here

function lingotek_update_7603 in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.6 lingotek.install \lingotek_update_7603()

Create translation profile for Lingotek settings of config items.

File

./lingotek.install, line 962

Code

function lingotek_update_7603(&$sandbox) {
  registry_rebuild();
  $default_profile = array();
  lingotek_save_config_profile($default_profile);
  return t('Created Lingotek translation profile for config items.');
}