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

@@ -14,15 +14,15 @@
maxKeyLength: 4,
patterns: [
[ '/([A-Za-z\\>_\\-\\!@#\\$\\^\\&\\%\\*\\~\\.\\|\\\\0-9])', '$1' ],
[ '\'([\'])','\"' ], // '' to "
[ '\"([\'])','\'\'\'' ], // '''
[ '([କ-ହ]୍[କ-ହ])@@', 'ର୍\$1' ], // reph
[ '([କ-ହ])@@', 'ର୍\$1' ], // reph
[ '\'([\'])', '"' ], // '' to "
[ '"([\'])', '\'\'\'' ], // '''
[ '([କ-ହ]୍[କ-ହ])@@', 'ର୍$1' ], // reph
[ '([କ-ହ])@@', 'ର୍$1' ], // reph
[ '%%', 'ଙ୍କ' ], // Anka
[ '"', 'ଁ' ], // chanda bindu
[ '([ର])}', 'ର‍୍ୟ' ], // special case: Ja phala (ର + ZWJ + ୍ୟ)
[ '\\}', '୍ୟ' ], // Ja phala
[ '୍\ ', '୍‌ ' ], // ending with halant+zwnj
[ '୍ ', '୍‌ ' ], // ending with halant+zwnj
[ '{', 'ୃ' ], // Ru kara
[ 'େk', 'ୋ' ], // l= ekar, lk = okar
[ 'ାl', 'ୋ' ], // l= ekar, kl = okar
@@ -30,16 +30,16 @@
[ 'ୈk', 'ୌ' ], //
[ '\\]', '୍ର' ], // Ra phala
[ '\\[', 'ଅ' ], // Type ଅ
[ 'ଅk','ଆ' ], // ଅ + ା = ଆ
[ 'ଓ##','ୱ' ],
[ 'ଅk', 'ଆ' ], // ଅ + ା = ଆ
[ 'ଓ##', 'ୱ' ],
[ '([ର])##', 'ର‍୍ୱ' ], // special case ର + ZWJ + ୍ୱ
[ '([କ-ହ])##', '$1୍ୱ' ], //
[ 'ଦQ', 'ହ' ],
[ '([କନପସମ])Q', 'ତ୍\$1' ],
[ '([କନପସମ])Q', 'ତ୍$1' ],
[ '([ଖଥଧ])Q', '$1ି' ],
[ '([ନସ])_', '$1୍ତ୍ର' ], // ନ୍ତ୍ର , ସ୍ତ୍ର
[ '\\$', 'କ୍ଷ' ],
[ '\\&&','ଏବଂ' ],
[ '\\&&', 'ଏବଂ' ],
[ '\\^', 'ଋ' ],
[ '\\|', 'ଞ' ],
[ '\\\\', 'ୟ' ],