Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/sat/sat-inscript2.js
Kartik Mistry ac1254c08a Update jquery.ime to ff0cfc0 from upstream
Changes:
* Update Sarjom Baha layout.
* Fix autonym and titles for Santali.

Change-Id: Ie83a7566ae91b2f27d9c232b585f0906c093b782
2018-10-04 14:24:28 +05:30

108 lines
2.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

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 satInScript2 = {
id: 'sat-inscript2',
name: 'संताली इनस्क्रिप्ट २',
description: 'Enhanced InScript Devanagari 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 ) );