Update jquery.ime from upstream

Change-Id: I5cecbb8628fe61a00abfab89cc628db25b408528
This commit is contained in:
Santhosh Thottingal
2013-03-06 15:33:06 +05:30
parent 4f651fa0e2
commit 0738d68504
20 changed files with 1698 additions and 30 deletions

View File

@@ -0,0 +1,107 @@
( function ( $ ) {
'use strict';
var satInScript2 = {
id: 'sat-inscript2',
name: 'संताली इनस्क्रिप्ट २',
description: 'Enhanced InScript keyboard for Santali language',
date: '2013-20-13',
author: 'Parag Nemade',
license: 'GPLv3',
version: '1.0',
patterns: [
['1', '१'],
['2', '२'],
['\\#', '्र'],
['3', '३'],
['\\$', 'र्'],
['4', '४'],
['5', '५'],
['6', '६'],
['7', '७'],
['8', '८'],
['\\(', '('],
['9', '९'],
['\\]', ']'],
['0', ''],
['\\_', ''],
['\\-', '-'],
['Q', 'औ'],
['q', 'ौ'],
['W', 'ऐ'],
['w', 'ै'],
['E', 'आ'],
['e', 'ा'],
['R', 'ई'],
['r', 'ी'],
['T', 'ऊ'],
['t', 'ू'],
['Y', 'भ'],
['y', 'ब'],
['U', 'ङ'],
['u', 'ह'],
['I', 'घ'],
['i', 'ग'],
['O', 'ध'],
['o', 'द'],
['P', 'झ'],
['p', 'ज'],
['\\{', 'ढ'],
['\\[', 'ड'],
['\\}', 'ञ'],
['\\]', '़'],
['A', 'ओ'],
['a', 'ो'],
['S', 'ए'],
['s', 'े'],
['D', 'अ'],
['d', '्'],
['F', 'इ'],
['f', 'ि'],
['G', 'उ'],
['g', 'ु'],
['H', 'फ'],
['h', 'प'],
['j', 'र'],
['K', 'ख'],
['k', 'क'],
['L', 'थ'],
['l', 'त'],
[':', 'छ'],
[';', 'च'],
['\"', 'ठ'],
['\'', 'ट'],
['z', 'ʼ'],
['X', 'ँ'],
['x', 'ं'],
['C', 'ण'],
['c', 'म'],
['v', 'न'],
['b', 'व'],
['n', 'ल'],
['m', 'स'],
[',', ','],
['\\>', '।'],
['\\.', '.'],
['\\?', '?'],
['/', 'य'],
['\\%', 'ज्ञ'],
['\\^', 'त्र'],
['\\&', 'क्ष'],
['\\*', 'श्र']
],
patterns_x: [
['1', '\u200d'],
['2', '\u200c'],
['4', '₹'],
['F', 'ऌ'],
['X', 'ॐ'],
['N', 'ळ'],
[',', '॰'],
['\\>', 'ऽ'],
['\\.', '॥']
]
};
$.ime.register( satInScript2 );
}( jQuery ) );