locale.post_update.php 269 B

12345678910111213
  1. <?php
  2. /**
  3. * @file
  4. * Post-update functions for Locale module.
  5. */
  6. /**
  7. * Clear cache to ensure plural translations are removed from it.
  8. */
  9. function locale_post_update_clear_cache_for_old_translations() {
  10. // Remove cache of translations, like '@count[2] words'.
  11. }