You are here

function i18n_update_8 in Internationalization 5

Same name and namespace in other branches
  1. 5.3 i18n.install \i18n_update_8()
  2. 5.2 i18n.install \i18n_update_8()

File

./i18n.install, line 134

Code

function i18n_update_8() {
  return _system_update_utf8(array(
    'i18n_variable',
  ));
}