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

@@ -10,55 +10,57 @@
author: 'Amir E. Aharoni (אָמִיר אֱלִישָׁע אַהֲרוֹנִי, [[User:Amire80]])',
license: 'GPLv3',
version: '1.0',
patterns: [], // Empty, because the assumption is that the user is using a Hebrew keyboard already
// Empty, because the assumption is that
// the user is using a Hebrew keyboard already
patterns: [],
patterns_x: [
[ '\u05E9', 'ְ' ], // Sheva, ש
[ '\u05E9', 'ְ' ], // Sheva, ש
[ '\u05E7', 'ָ' ], // Qamats, ק
[ '\u05E8', 'ֳ' ], // Hataf qamats, ר
[ '\u05E4', 'ַ' ], // Patah, פ
[ '\\]', 'ֲ' ], // Hataf patah, ]
[ '\u05E7', 'ָ' ], // Qamats, ק
[ '\u05E8', 'ֳ' ], // Hataf qamats, ר
[ '\u05E4', 'ַ' ], // Patah, פ
[ '\\]', 'ֲ' ], // Hataf patah, ]
[ '\u05E6', 'ֵ' ], // Tsere, צ
[ '\u05E1', 'ֶ' ], // Segol, ס
[ '\u05D1', 'ֱ' ], // Hataf segol, ב
[ '\u05E6', 'ֵ' ], // Tsere, צ
[ '\u05E1', 'ֶ' ], // Segol, ס
[ '\u05D1', 'ֱ' ], // Hataf segol, ב
[ '\u05D7', 'ִ' ], // Hiriq, ח
[ '\u05D7', 'ִ' ], // Hiriq, ח
[ '\u05D5', 'ֹ' ], // Holam, ו
[ '\u05D5', 'ֹ' ], // Holam, ו
[ '\\\\', 'ֻ' ], // Qubuts, \
[ '\\\\', 'ֻ' ], // Qubuts, \
[ '\u05D3', 'ּ' ], // Dagesh, ד
[ '\u05D3', 'ּ' ], // Dagesh, ד
[ '/', 'ׂ' ], // Sin dot
[ '\'', 'ׁ' ], // Shin dot
[ '/', 'ׂ' ], // Sin dot
[ '\'', 'ׁ' ], // Shin dot
[ '-', '\u05BE' ], // Maqaf
[ '=', '' ], // Qav mafrid - en dash
[ '\\[', 'ֿ' ], // Rafe
[ '1', 'ֽ' ], // Meteg
[ '3', '€' ], // Euro sign
[ '4', '₪' ], // Sheqel sign
[ '5', '°' ], // Degree
[ '6', '֫' ], // Ole
[ '8', '×' ], // Multiplication
[ '9', '\u200e' ], // LRM
[ '0', '\u200f' ], // RLM
[ '\\.', '÷' ], // Division
[ '-', '\u05BE' ], // Maqaf
[ '=', '' ], // Qav mafrid - en dash
[ '\\[', 'ֿ' ], // Rafe
[ '1', 'ֽ' ], // Meteg
[ '3', '€' ], // Euro sign
[ '4', '₪' ], // Sheqel sign
[ '5', '°' ], // Degree
[ '6', '֫' ], // Ole
[ '8', '×' ], // Multiplication
[ '9', '\u200e' ], // LRM
[ '0', '\u200f' ], // RLM
[ '\\.', '÷' ], // Division
[ '\u05D8', 'װ' ], // Double vav, ט
[ '\u05D9', 'ײ' ], // Double yod, י
[ '\u05E2', 'ױ' ], // Vav-yod, ע
[ '\u05D8', 'װ' ], // Double vav, ט
[ '\u05D9', 'ײ' ], // Double yod, י
[ '\u05E2', 'ױ' ], // Vav-yod, ע
// Some source code editors may show the next two lines
// in a weird way because of auto-directionality.
[ ';', '׳' ], // Geresh, ';'
[ ',', '״' ], // Gershayim, ','
[ '\u05E3', '„' ], // Opening double quote, ף
[ '\u05DA', '”' ], // Closing double quote, ך
[ '\u05E5', '' ], // Opening single quote, ץ
[ '\u05EA', '' ] // Closing single quote, ת
[ ';', '׳' ], // Geresh, ';'
[ ',', '״' ], // Gershayim, ','
[ '\u05E3', '„' ], // Opening double quote, ף
[ '\u05DA', '”' ], // Closing double quote, ך
[ '\u05E5', '' ], // Opening single quote, ץ
[ '\u05EA', '' ] // Closing single quote, ת
]
};