Mercurial > hg > isophonics-drupal-site
view core/modules/locale/locale.post_update.php @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 7a779792577d |
children |
line wrap: on
line source
<?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'. }