1 locale.module | locale_config_update($staging_config, $active_config) |
Implements hook_config_update().
File
- core/
modules/ locale/ locale.module, line 1063 - Add language handling functionality and enables the translation of the user interface to languages other than English.
Code
function locale_config_update($staging_config, $active_config) {
_locale_get_config_translatables($staging_config);
}