Update jquery.ime and jquery.uls from upstream

jquery.ime:
* Add Fante with Akan keyboards.
* Internal cleanup in Kashmiri keyboard.
Updating to
fdedae1788

jquery.uls:
* Update language-data.
Updating to
85c3341aec

Change-Id: Ia00283d88f65c406a64e645b5ec75bf2a97ebc1e
This commit is contained in:
Amir E. Aharoni
2022-03-07 14:13:29 +02:00
parent c86cd37167
commit 4385fbf157
5 changed files with 70 additions and 44 deletions

View File

@@ -10,27 +10,24 @@
license: 'GPLv3',
version: '1.0',
patterns: [
[ '\\~', 'ٓ' ],
[ '\\!', '!' ],
[ '\\~', '\u0653' ], // Hamza above
[ '1', '۱' ],
[ '\\@', '@' ],
[ '2', '۲' ],
[ '\\#', '#' ],
[ '3', '۳' ],
[ '\\$', '$' ],
[ '4', '۴' ],
[ '5', '۵' ],
[ '6', '۶' ],
[ '7', '۷' ],
[ '8', '۸' ],
[ '\\(', ')' ],
[ '9', '۹' ],
[ '\\)', '(' ],
[ '0', '۰' ],
[ '\\_', 'ّ' ],
[ '\\-', '-' ],
[ '\\+', '+' ],
[ '\\=', '=' ],
[ '\\(', ')' ], // RTL mirroring
[ '\\)', '(' ], // RTL mirroring
[ '\\[', ']' ], // RTL mirroring
[ '\\]', '[' ], // RTL mirroring
[ '\\{', '\u0670' ], // Superscript Alef
[ '\\}', '\u0670' ], // Superscript Alef
[ '\\_', '\u0651' ], // Shadda
[ 'Q', 'ﷺ' ],
[ 'q', 'ق' ],
[ 'W', 'ؤ' ],
@@ -41,27 +38,23 @@
[ 'r', 'ر' ],
[ 'T', 'ٹ' ],
[ 't', 'ت' ],
[ 'Y', '\u0601' ],
[ 'Y', '\u0601' ], // Sanah
[ 'y', 'ے' ],
[ 'U', '،' ],
[ 'u', 'ء' ],
[ 'I', 'ۆ' ],
[ 'i', 'ی' ],
[ 'O', 'ۃ' ],
[ 'o', 'ہ' ],
[ 'o', 'ہ' ], // Heh goal
[ 'P', 'إ' ],
[ 'p', 'پ' ],
[ '\\{', 'ٰ' ],
[ '\\[', ']' ],
[ '\\}', 'ٰ' ],
[ '\\]', '[' ],
[ 'A', 'آ' ],
[ 'a', 'ا' ],
[ 'S', 'ش' ],
[ 's', 'س' ],
[ 'D', 'ڈ' ],
[ 'd', 'د' ],
[ 'F', 'ُ' ],
[ 'F', '\u064F' ], // Damma
[ 'f', 'ف' ],
[ 'G', 'غ' ],
[ 'g', 'گ' ],
@@ -71,16 +64,14 @@
[ 'j', 'ج' ],
[ 'K', 'خ' ],
[ 'k', 'ک' ],
[ 'L', 'ؓ' ],
[ 'L', '\u0613' ], // Radi Allahou anhu
[ 'l', 'ل' ],
[ ':', ':' ],
[ ';', '؛' ],
[ '"', '"' ],
[ '\'', 'ٰ' ],
[ '\'', '\u0670' ], // Superscript Alef
[ '\\|', 'أ' ],
[ '\\\\', '؎' ],
[ '\\~', 'ً' ],
[ '`', 'ٍ' ],
[ '\\~', '\u064B' ], // Fathatan / FIXME This cannot actually work
[ '`', '\u064D' ], // Kasratan
[ 'Z', 'ذ' ],
[ 'z', 'ز' ],
[ 'X', 'ض' ],
@@ -93,18 +84,13 @@
[ 'b', 'ب' ],
[ 'N', 'ں' ],
[ 'n', 'ن' ],
[ 'M', 'ٔ' ],
[ 'M', '\u0654' ], // Hamza above
[ 'm', 'م' ],
[ '\\>', 'َ' ],
[ '\\>', '\u064E' ], // Fatha
[ ',', '،' ],
[ '\\<', 'ِ' ],
[ '\\.', '۔' ],
[ '\\?', '؟' ],
[ '/', '/' ],
[ '\\%', '%' ],
[ '\\^', '^' ],
[ '\\&', '&' ],
[ '\\*', '*' ]
[ '\\<', '\u0650' ], // Kasra
[ '\\.', '۔' ], // Arabic Full stop
[ '\\?', '؟' ]
]
};