Update jquery.ime from upstream
Change-Id: I904dfd1e089e92deaa2da50510d0975a8e317a94
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
['i', 'ب'],
|
||||
['I', 'ـ'],
|
||||
['U', 'ۃ'],
|
||||
['\\;', '؛'],
|
||||
/* Arabic semicolon */ ['\\;', '؛'],
|
||||
['\\:', ':'],
|
||||
['p', 'ح'],
|
||||
['P', 'خ'],
|
||||
@@ -49,7 +49,7 @@
|
||||
['y', 'پ'],
|
||||
['Y', '\u0651\u00AD'],
|
||||
['c', 'ے'],
|
||||
['\\?','؟'],
|
||||
/* Arabic question mark */ ['\\?','؟'],
|
||||
['j', 'ا'],
|
||||
['n', 'غ'],
|
||||
['N', 'ئ'],
|
||||
@@ -89,9 +89,10 @@
|
||||
['\\%', '','٪'],
|
||||
['\\^', '','^'],
|
||||
['\\&', 'ۖ'],
|
||||
['\\*', '٭'],
|
||||
/* Arabic star */ ['\\*', '٭'],
|
||||
['\\(', '('],
|
||||
['\\)', ')']]
|
||||
};
|
||||
|
||||
$.ime.register( urTransliteration );
|
||||
}( jQuery ) );
|
||||
|
||||
Reference in New Issue
Block a user