1 locale.module locale_config_create($staging_config)

Implements hook_config_create().

File

core/modules/locale/locale.module, line 1056
Add language handling functionality and enables the translation of the user interface to languages other than English.

Code

function locale_config_create($staging_config) {
  _locale_get_config_translatables($staging_config);
}