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,50 +11,50 @@
license: 'GPLv3',
version: '1.0',
patterns: [
['a', 'ا'],
['A', 'ٵ'],
['b', 'ب'],
['v', 'ۆ'],
['g', 'گ'],
['R', 'ع'],
['d', 'د'],
['e', 'ە'],
['j', 'ج'],
['z', 'ز'],
['y', 'ي'],
['k', 'ك'],
['q', 'ق'],
['l', 'ل'],
['m', 'م'],
['n', 'ن'],
['N', 'ڭ'],
['o', 'و'],
['O', 'ٶ'],
['p', 'پ'],
['r', 'ر'],
['s', 'س'],
['t', 'ت'],
['w', 'ۋ'],
['u', 'ۇ'],
['U', 'ٷ'],
['f', 'ف'],
['H', 'ح'],
['h', 'ه'],
['c', 'چ'],
['S', 'ش'],
['I', 'ى'],
['i', 'ٸ'],
[';', '؛'],
[',', '،'],
['\\?', '?'],
['\\<', '>'],
['\\>', '<'],
['\\(', ')'],
['\\)', '('],
['\\[', ']'],
['\\]', '['],
['\\{', '}'],
['\\}', '{']
[ 'a', 'ا' ],
[ 'A', 'ٵ' ],
[ 'b', 'ب' ],
[ 'v', 'ۆ' ],
[ 'g', 'گ' ],
[ 'R', 'ع' ],
[ 'd', 'د' ],
[ 'e', 'ە' ],
[ 'j', 'ج' ],
[ 'z', 'ز' ],
[ 'y', 'ي' ],
[ 'k', 'ك' ],
[ 'q', 'ق' ],
[ 'l', 'ل' ],
[ 'm', 'م' ],
[ 'n', 'ن' ],
[ 'N', 'ڭ' ],
[ 'o', 'و' ],
[ 'O', 'ٶ' ],
[ 'p', 'پ' ],
[ 'r', 'ر' ],
[ 's', 'س' ],
[ 't', 'ت' ],
[ 'w', 'ۋ' ],
[ 'u', 'ۇ' ],
[ 'U', 'ٷ' ],
[ 'f', 'ف' ],
[ 'H', 'ح' ],
[ 'h', 'ه' ],
[ 'c', 'چ' ],
[ 'S', 'ش' ],
[ 'I', 'ى' ],
[ 'i', 'ٸ' ],
[ ';', '؛' ],
[ ',', '،' ],
[ '\\?', '?' ],
[ '\\<', '>' ],
[ '\\>', '<' ],
[ '\\(', ')' ],
[ '\\)', '(' ],
[ '\\[', ']' ],
[ '\\]', '[' ],
[ '\\{', '}' ],
[ '\\}', '{' ]
]
};