Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
13
web/core/modules/locale/locale.post_update.php
Normal file
13
web/core/modules/locale/locale.post_update.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Post-update functions for Locale module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Clear cache to ensure plural translations are removed from it.
|
||||
*/
|
||||
function locale_post_update_clear_cache_for_old_translations() {
|
||||
// Remove cache of translations, like '@count[2] words'.
|
||||
}
|
Reference in a new issue