aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/localisation/LocalisationCache.php
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2018-09-10 13:42:52 -0700
committerJames D. Forrester <jforrester@wikimedia.org>2018-09-10 14:35:45 -0700
commit7cadf392f6dcc76a31149f6b23e30e2d2f0babe5 (patch)
treed715587870fb3ae0792bce1fb0cdf57573cf177a /includes/cache/localisation/LocalisationCache.php
parent39ce2004f63f5b61a517b888ac34a02888b50dc3 (diff)
downloadmediawikicore-7cadf392f6dcc76a31149f6b23e30e2d2f0babe5.tar.gz
mediawikicore-7cadf392f6dcc76a31149f6b23e30e2d2f0babe5.zip
resources: Rename oojs-ui file paths to ooui per general branding
No change to the module names yet. Change-Id: Ica33520b0128bd56dc06c8951bdc6932fce041fe
Diffstat (limited to 'includes/cache/localisation/LocalisationCache.php')
-rw-r--r--includes/cache/localisation/LocalisationCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cache/localisation/LocalisationCache.php b/includes/cache/localisation/LocalisationCache.php
index 75e5e19bce6f..9cf7acf6f152 100644
--- a/includes/cache/localisation/LocalisationCache.php
+++ b/includes/cache/localisation/LocalisationCache.php
@@ -800,7 +800,7 @@ class LocalisationCache {
return [
'core' => "$IP/languages/i18n",
'api' => "$IP/includes/api/i18n",
- 'oojs-ui' => "$IP/resources/lib/oojs-ui/i18n",
+ 'oojs-ui' => "$IP/resources/lib/ooui/i18n",
] + $messagesDirs;
}