aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/localisation/LocalisationCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/cache/localisation/LocalisationCache.php')
-rw-r--r--includes/cache/localisation/LocalisationCache.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/cache/localisation/LocalisationCache.php b/includes/cache/localisation/LocalisationCache.php
index f20637a42017..9c208629b31c 100644
--- a/includes/cache/localisation/LocalisationCache.php
+++ b/includes/cache/localisation/LocalisationCache.php
@@ -804,6 +804,7 @@ class LocalisationCache {
$messagesDirs = $config->get( 'MessagesDirs' );
return [
'core' => "$IP/languages/i18n",
+ 'exif' => "$IP/languages/i18n/exif",
'api' => "$IP/includes/api/i18n",
'oojs-ui' => "$IP/resources/lib/ooui/i18n",
] + $messagesDirs;