resources: Deprecate jquery.localize, long-replaced by jquery.i18n
authorJames D. Forrester <jforrester@wikimedia.org>
Wed, 29 Aug 2018 23:31:09 +0000 (16:31 -0700)
committerKrinkle <krinklemail@gmail.com>
Thu, 30 Aug 2018 00:11:56 +0000 (00:11 +0000)
Bug: T202154
Change-Id: I2548880987145d41f6a0c6fa7466fb6405e1c5a1

RELEASE-NOTES-1.32
resources/Resources.php

index 7ab2134..ab008db 100644 (file)
@@ -402,6 +402,7 @@ because of Phabricator reports.
   previously used by OOUI HTMLForm fields, are now deprecated. Use
   'help', 'help-message', 'help-messages' instead.
 * (T197179) HTMLFormField::getNotices() is now deprecated.
+* The jquery.localize module is now deprecated. Use jquery.i18n instead.
 
 === Other changes in 1.32 ===
 * (T198811) The following tables have had their UNIQUE indexes turned into
index c40ef93..14dab33 100644 (file)
@@ -286,6 +286,7 @@ return [
        ],
        'jquery.localize' => [
                'scripts' => 'resources/src/jquery/jquery.localize.js',
+               'deprecated' => 'Please use "jquery.i18n" instead.',
        ],
        'jquery.makeCollapsible' => [
                'dependencies' => [ 'jquery.makeCollapsible.styles' ],