X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=blobdiff_plain;f=includes%2Fcache%2FLocalisationCache.php;h=83da4afcd265c185dc7fc831a527c9420b541528;hb=ea9fcc1e4d3b572199d82c426024e3e5efe23879;hp=fad8ee856feb9401e5a79e5076e957788ba1dc71;hpb=899bd46cbb1695a1e5fbce81839dbc7a352ceeb1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/LocalisationCache.php b/includes/cache/LocalisationCache.php index fad8ee856f..83da4afcd2 100644 --- a/includes/cache/LocalisationCache.php +++ b/includes/cache/LocalisationCache.php @@ -38,7 +38,7 @@ use CLDRPluralRuleParser\Evaluator; * as grammatical transformation, is done by the caller. */ class LocalisationCache { - const VERSION = 3; + const VERSION = 4; /** Configuration associative array */ private $conf; @@ -123,7 +123,7 @@ class LocalisationCache { * by a fallback sequence. */ static public $mergeableMapKeys = array( 'messages', 'namespaceNames', - 'dateFormats', 'imageFiles', 'preloadedMessages' + 'namespaceAliases', 'dateFormats', 'imageFiles', 'preloadedMessages' ); /**