Update jquery.ime from upstream

Change-Id: Iac3c14f82c982396c4bcecfb3c5cc97df82c41cb
Version: 0.1.0+20130531
This commit is contained in:
Santhosh Thottingal
2013-05-31 16:43:04 +05:30
parent 44dbfbba4f
commit 000d04c14e
13 changed files with 75 additions and 294 deletions

View File

@@ -0,0 +1,119 @@
( function ( $ ) {
'use strict';
var gomInScript2 = {
id: 'gom-inscript2',
name: 'कोंकणी इनस्क्रिप्ट २',
description: 'Enhanced InScript keyboard for Kokani language',
date: '2012-11-06',
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', 'ऱ'],
['j', 'र'],
['K', 'ख'],
['k', 'क'],
['L', 'थ'],
['l', 'त'],
[':', 'छ'],
[';', 'च'],
['"', 'ठ'],
['\\\'', 'ट'],
['X', 'ँ'],
['x', 'ं'],
['C', 'ण'],
['c', 'म'],
['v', 'न'],
['b', 'व'],
['N', 'ळ'],
['n', 'ल'],
['M', 'श'],
['m', 'स'],
['\\<', 'ष'],
[',', ','],
['\\>', '।'],
['\\.', '.'],
['/', 'य'],
['\\%', 'ज्ञ'],
['\\^', 'त्र'],
['\\&', 'क्ष'],
['\\*', 'श्र']
],
patterns_x: [
['1', '\u200d'],
['2', '\u200c'],
['4', '₹'],
['\\+', 'ॠ'],
['\\=', 'ॄ'],
['e', '॑'],
['R', 'ॡ'],
['r', 'ॣ'],
['d', '॒'],
['F', 'ऌ'],
['f', 'ॢ'],
['X', 'ॐ'],
[',', '॰'],
['\\>', 'ऽ'],
['\\.', '॥']
]
};
$.ime.register( gomInScript2 );
}( jQuery ) );