diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/locale.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/locale.inc b/includes/locale.inc index 48351c12f..a4ca41691 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -386,6 +386,8 @@ function locale_add_language($langcode, $name = NULL, $native = NULL, $direction _locale_invalidate_js($langcode); watchdog('locale', 'The %language language (%code) has been created.', array('%language' => $name, '%code' => $langcode)); + + module_invoke_all('multilingual_settings_changed'); } /** * @} End of "locale-api-add" |