diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2018-09-10 13:42:52 -0700 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2018-09-10 14:35:45 -0700 |
commit | 7cadf392f6dcc76a31149f6b23e30e2d2f0babe5 (patch) | |
tree | d715587870fb3ae0792bce1fb0cdf57573cf177a /includes/cache/localisation/LocalisationCache.php | |
parent | 39ce2004f63f5b61a517b888ac34a02888b50dc3 (diff) | |
download | mediawikicore-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.php | 2 |
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; } |