The purpose of locale_modules_installed()
is updating translations after new modules are installed.
It calls locale_system_update($components)
, which creates a batch with batch_set()
, but it is not called in a form context and there is no batch_process()
call
.
This means that locale_modules_installed()
does not update translations for any installed module.
Active
11.0 ๐ฅ
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.