Update jquery.uls and jquery.ime from upstream

jquery.uls:
* Make "ha" the primary code for Hausa (should address Bug T279269).
* Localisation updates: ms-arab, ce, fur.
* Minor whitespace fixes for eslint.
Updating to
9b879ca89b

jquery.ime:
* Minor whitespace and escaping fixes for eslint.
Updating to
1fd57c64b9

Bug: T279269
Change-Id: I46aeb0a8397ebd9dc8a5d68a9e92368d8156ae2d
This commit is contained in:
Amir Aharoni
2021-05-24 10:48:32 +03:00
committed by jenkins-bot
parent 53c076a736
commit 7c6a6b528b
77 changed files with 1294 additions and 1236 deletions

View File

@@ -20,13 +20,13 @@
'use strict';
var cyrlPalochka,
// All the characters are very similar in appearance,
// so it's better to give them names to avoid confusion.
latinSmallL = 'l',
latinCapitalI = 'I',
ukrainianCapitalI = 'І',
palochka = 'Ӏ',
digitOne = '1';
// All the characters are very similar in appearance,
// so it's better to give them names to avoid confusion.
latinSmallL = 'l',
latinCapitalI = 'I',
ukrainianCapitalI = 'І',
palochka = 'Ӏ',
digitOne = '1';
cyrlPalochka = {
id: 'cyrl-palochka',
@@ -45,13 +45,13 @@
[ latinSmallL, palochka ],
[ latinCapitalI, palochka ],
[ ukrainianCapitalI, palochka ]
],
],
patterns_x: [
[ digitOne, palochka ],
[ 'д', palochka ],
[ 'ш', palochka ],
[ 'Ш', palochka ]
]
]
};
$.ime.register( cyrlPalochka );