Move exif messages to a separate i18n file
[lhc/web/wiklou.git] / includes / cache / localisation / LocalisationCache.php
index f20637a..9c20862 100644 (file)
@@ -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;