Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/mni/mni-inscript2.js
Santhosh Thottingal d3ce43b1d7 Update jquery.ime from upstream
Fixes the positioning of the menu if there is not enough space
in the left side.

Bug: 41738
Change-Id: I64d40acb41559b0b6376c03a4076d17dcedbc466
2013-04-03 05:50:14 +00:00

127 lines
2.3 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

( function ( $ ) {
'use strict';
var mniInScript2 = {
id: 'mni-inscript2',
name: 'ইন্‌স্ক্ৰিপ্ত ২',
description: 'Enhanced InScript keyboard for Manipuri language using Bengali script',
date: '2013-02-13',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Parag Nemade',
license: 'GPLv3',
version: '1.0',
patterns: [
['\\!', 'অ্যা'],
['1', '১'],
['2', '২'],
['\\#', '্র'],
['3', '৩'],
['\\$', 'র্'],
['4', ''],
['\\%', 'জ্ঞ'],
['5', '৫'],
['\\^', 'ত্র'],
['6', '৬'],
['\\&', 'ক্ষ'],
['7', ''],
['\\*', 'শ্র'],
['8', '৮'],
['9', '৯'],
['\\(', '('],
['\\)', ')'],
['0', ''],
['\"', 'ঠ'],
['\'', 'ট'],
[',', ','],
['-', '-'],
['\\.', '.'],
['/', 'য়'],
[':', 'ছ'],
[';', 'চ'],
['\\<', 'ষ'],
['\\=', 'ৃ'],
['\\+', 'ঋ'],
['\\>', '।'],
['\\?', 'য'],
['A', 'ও'],
['C', 'ণ'],
['D', 'অ'],
['E', 'আ'],
['F', 'ই'],
['G', 'উ'],
['H', 'ফ'],
['I', 'ঘ'],
['K', 'খ'],
['L', 'থ'],
['M', 'শ'],
['O', 'ধ'],
['P', 'ঝ'],
['Q', 'ঔ'],
['R', 'ঈ'],
['S', 'এ'],
['T', 'ঊ'],
['U', 'ঙ'],
['W', 'ঐ'],
['X', 'ঁ'],
['Y', 'ভ'],
['\\{', 'ঢ'],
['\\[', 'ড'],
['\\}', 'ঞ'],
['\\]', '়'],
['\\_', 'ঃ'],
['a', 'ো'],
['c', 'ম'],
['d', '্'],
['e', 'া'],
['f', 'ি'],
['g', 'ু'],
['h', 'প'],
['i', 'গ'],
['j', 'র'],
['k', 'ক'],
['l', 'ত'],
['m', 'স'],
['n', 'ল'],
['o', 'দ'],
['p', 'জ'],
['q', 'ৌ'],
['r', 'ী'],
['s', 'ে'],
['t', 'ূ'],
['u', 'হ'],
['v', 'ন'],
['w', 'ৈ'],
['x', 'ং'],
['y', 'ব']
],
patterns_x: [
['\\!', '৴'],
['1', ''],
['\\@', '৵'],
['2', ''],
['\\#', '৶'],
['\\$', '৷'],
['4', '₹'],
['\\%', '৸'],
['\\^', '৹'],
[',', '৳'],
['\\.', '॥'],
['/', '্য'],
['\\<', '৲'],
['\\=', 'ৄ'],
['\\+', 'ৠ'],
['\\>', 'ঽ'],
['F', 'ঌ'],
['R', 'ৡ'],
['\\{', 'ঢ়'],
['\\[', 'ড়'],
['f', 'ৢ'],
['l', 'ৎ'],
['r', 'ৣ'],
['x', '৺']]
};
$.ime.register( mniInScript2 );
}( jQuery ) );