Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / locale / locale.post_update.php
diff --git a/web/core/modules/locale/locale.post_update.php b/web/core/modules/locale/locale.post_update.php
new file mode 100644 (file)
index 0000000..f4f5eca
--- /dev/null
@@ -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'.
+}