Mercurial > hg > isophonics-drupal-site
annotate 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 |
rev | line source |
---|---|
Chris@12 | 1 <?php |
Chris@12 | 2 |
Chris@12 | 3 /** |
Chris@12 | 4 * @file |
Chris@12 | 5 * Post-update functions for Locale module. |
Chris@12 | 6 */ |
Chris@12 | 7 |
Chris@12 | 8 /** |
Chris@12 | 9 * Clear cache to ensure plural translations are removed from it. |
Chris@12 | 10 */ |
Chris@12 | 11 function locale_post_update_clear_cache_for_old_translations() { |
Chris@12 | 12 // Remove cache of translations, like '@count[2] words'. |
Chris@12 | 13 } |