Update jquery.ime to 7572e2

Documentation, code clean ups and build updates

Change-Id: I7ce3d75345b76f2a7693b6143e013b6a8202e093
This commit is contained in:
Santhosh Thottingal
2016-04-12 10:05:15 +05:30
parent 0bf38c715f
commit 28044a6f14
134 changed files with 11484 additions and 11473 deletions

View File

@@ -11,92 +11,92 @@
license: 'GPLv3',
version: '1.0',
patterns: [
['`', 'پ'],
['1', '١'],
['2', '٢'],
['3', '٣'],
['4', '٤'],
['5', '٥'],
['6', '٦'],
['7', '٧'],
['8', '٨'],
['9', '٩'],
['0', '٠'],
[ '`', 'پ' ],
[ '1', '١' ],
[ '2', '٢' ],
[ '3', '٣' ],
[ '4', '٤' ],
[ '5', '٥' ],
[ '6', '٦' ],
[ '7', '٧' ],
[ '8', '٨' ],
[ '9', '٩' ],
[ '0', '٠' ],
['q', 'ڵ'],
['w', 'ۆ'],
['e', 'ێ'],
['r', 'ق'],
['t', 'ف'],
['y', 'غ'],
['u', 'ع'],
['i', 'ە'],
['o', 'خ'],
['p', 'ح'],
['\\[', 'ج'],
['\\]', 'چ'],
['\\\\', 'ژ'],
[ 'q', 'ڵ' ],
[ 'w', 'ۆ' ],
[ 'e', 'ێ' ],
[ 'r', 'ق' ],
[ 't', 'ف' ],
[ 'y', 'غ' ],
[ 'u', 'ع' ],
[ 'i', 'ە' ],
[ 'o', 'خ' ],
[ 'p', 'ح' ],
[ '\\[', 'ج' ],
[ '\\]', 'چ' ],
[ '\\\\', 'ژ' ],
['a', 'ش'],
['s', 'س'],
['d', 'ی'],
['f', 'ب'],
['g', 'ل'],
['h', 'ا'],
['j', 'ت'],
['k', 'ن'],
['l', 'م'],
['\\;', 'ک'],
['\'', 'گ'],
[ 'a', 'ش' ],
[ 's', 'س' ],
[ 'd', 'ی' ],
[ 'f', 'ب' ],
[ 'g', 'ل' ],
[ 'h', 'ا' ],
[ 'j', 'ت' ],
[ 'k', 'ن' ],
[ 'l', 'م' ],
[ '\\;', 'ک' ],
[ '\'', 'گ' ],
['z', 'ڤ'],
['x', 'ھ'],
['c', 'ز'],
['v', 'ر'],
['b', 'ڕ'],
['n', 'د'],
['m', 'ئ'],
['\\,', 'و'],
['\\.', '.'],
['/', '/'],
[ 'z', 'ڤ' ],
[ 'x', 'ھ' ],
[ 'c', 'ز' ],
[ 'v', 'ر' ],
[ 'b', 'ڕ' ],
[ 'n', 'د' ],
[ 'm', 'ئ' ],
[ '\\,', 'و' ],
[ '\\.', '.' ],
[ '/', '/' ],
['\\%', '٪'],
['\\(', ')'],
['\\)', '('],
[ '\\%', '٪' ],
[ '\\(', ')' ],
[ '\\)', '(' ],
['Q', 'ض'],
['W', 'ص'],
['E', 'ث'],
['R', 'ك'],
['T', '،'],
['Y', '؛'],
['U', '\\'],
['I', ']'],
['O', '['],
['P', '\''],
['\\{', '}'],
['\\}', '{'],
[ 'Q', 'ض' ],
[ 'W', 'ص' ],
[ 'E', 'ث' ],
[ 'R', 'ك' ],
[ 'T', '،' ],
[ 'Y', '؛' ],
[ 'U', '\\' ],
[ 'I', ']' ],
[ 'O', '[' ],
[ 'P', '\'' ],
[ '\\{', '}' ],
[ '\\}', '{' ],
['A', 'ڎ'],
['S', 'إ'],
['D', 'ي'],
['F', 'ة'],
['G', 'ۀ'],
['H', 'آ'],
['J', 'ـ'],
['K', '»'],
['L', '«'],
[ 'A', 'ڎ' ],
[ 'S', 'إ' ],
[ 'D', 'ي' ],
[ 'F', 'ة' ],
[ 'G', 'ۀ' ],
[ 'H', 'آ' ],
[ 'J', 'ـ' ],
[ 'K', '»' ],
[ 'L', '«' ],
['Z', 'ظ'],
['X', 'ط'],
['C', 'ژ'],
['V', 'ؤ'],
['B', 'ذ'],
['N', '\u200cأ'],
['M', 'ء'],
['\\<', '>'],
['\\>', '<'],
['\\?', '؟']
[ 'Z', 'ظ' ],
[ 'X', 'ط' ],
[ 'C', 'ژ' ],
[ 'V', 'ؤ' ],
[ 'B', 'ذ' ],
[ 'N', '\u200cأ' ],
[ 'M', 'ء' ],
[ '\\<', '>' ],
[ '\\>', '<' ],
[ '\\?', '؟' ]
]
};