function locale_post_update_clear_cache_for_old_translations in Drupal 8
Clear cache to ensure plural translations are removed from it.
File
- core/
modules/ locale/ locale.post_update.php, line 11 - Post-update functions for Locale module.
Code
function locale_post_update_clear_cache_for_old_translations() {
// Remove cache of translations, like '@count[2] words'.
}