Update jquery.ime from upstream

Changes:
 * Add Enhanced Ol Chiki InScript keyboard for Santali language.
 * Add Sarjom Baha phonetic keyboard for Santali language.

Change-Id: I3723a31508592f4463ca84bdc39abff848f5a295
This commit is contained in:
Kartik Mistry
2016-06-20 09:23:47 +05:30
parent 02403e4526
commit 69e2020255
3 changed files with 158 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.1.0+20160603 /*! jquery.ime - v0.1.0+20160620
* https://github.com/wikimedia/jquery.ime * https://github.com/wikimedia/jquery.ime
* Copyright (c) 2016 Santhosh Thottingal; Licensed GPL, MIT */ * Copyright (c) 2016 Santhosh Thottingal; Licensed GPL, MIT */
( function ( $ ) { ( function ( $ ) {
@@ -2251,6 +2251,14 @@
name: 'इनस्क्रिप्ट २', name: 'इनस्क्रिप्ट २',
source: 'rules/sat/sat-inscript2.js' source: 'rules/sat/sat-inscript2.js'
}, },
'sat-inscript2-ol-chiki': {
name: 'inscript2 ᱚᱞ ᱪᱤᱠᱤ',
source: 'rules/sat/sat-inscript2-ol-chiki.js'
},
'sat-sarjom-baha': {
name: 'sarjom baha',
source: 'rules/sat/sat-sarjom-baha.js'
},
'si-singlish': { 'si-singlish': {
name: 'සිංග්ලිෂ්', name: 'සිංග්ලිෂ්',
source: 'rules/si/si-singlish.js' source: 'rules/si/si-singlish.js'
@@ -2579,8 +2587,8 @@
inputmethods: [ 'sa-transliteration', 'sa-inscript2', 'sa-inscript', 'sa-iast' ] inputmethods: [ 'sa-transliteration', 'sa-inscript2', 'sa-inscript', 'sa-iast' ]
}, },
sat: { sat: {
autonym: 'संताली', autonym: 'संताली (ᱥᱟᱱᱛᱟᱞᱤ)',
inputmethods: [ 'sat-inscript2' ] inputmethods: [ 'sat-inscript2', 'sat-inscript2-ol-chiki', 'sat-sarjom-baha' ]
}, },
sd: { sd: {
autonym: 'सिंधी', autonym: 'सिंधी',

View File

@@ -0,0 +1,64 @@
( function ( $ ) {
'use strict';
var satInScript2OlChiki = {
id: 'sat-inscript2-ol-chiki',
name: 'inscript2',
description: 'Enhanced Ol Chiki InScript keyboard for Santali language',
date: '2016-03-29',
author: 'Jnanaranjan Sahu',
license: 'GPLv3',
version: '1.0',
patterns: [
[ '0', '᱐' ],
[ '1', '᱑' ],
[ '2', '᱒' ],
[ '3', '᱓' ],
[ '4', '᱔' ],
[ '5', '᱕' ],
[ '6', '᱖' ],
[ '7', '᱗' ],
[ '8', '᱘' ],
[ '9', '᱙' ],
[ 'e', 'ᱟ' ],
[ 'y', 'ᱵ' ],
[ 'U', 'ᱝ' ],
[ 'u', 'ᱦ' ],
[ 'i', 'ᱜ' ],
[ 'o', 'ᱫ' ],
[ 'p', 'ᱡ' ],
[ '\\{', 'ᱲ' ],
[ '\\[', 'ᱰ' ],
[ '\\}', 'ᱧ' ],
[ '\\]', 'ᱹ' ],
[ 'a', 'ᱳ' ],
[ 's', 'ᱮ' ],
[ 'd', 'ᱚ' ],
[ 'f', 'ᱤ' ],
[ 'g', 'ᱩ' ],
[ 'h', 'ᱯ' ],
[ 'j', 'ᱨ' ],
[ 'k', 'ᱠ' ],
[ 'l', 'ᱛ' ],
[ '\\;', 'ᱪ' ],
[ '\\:', 'ᱺ' ],
[ '\\', 'ᱴ' ],
[ 'Z', 'ᱽ' ],
[ 'z', 'ᱷ' ],
[ 'x', 'ᱸ' ],
[ 'C', 'ᱬ' ],
[ 'c', 'ᱢ' ],
[ 'v', 'ᱱ' ],
[ 'B', 'ᱶ' ],
[ 'b', 'ᱶ' ],
[ 'n', 'ᱞ' ],
[ 'm', 'ᱥ' ],
[ '\\,', '᱿' ],
[ '\\.', '᱾' ],
[ '\\/', 'ᱭ' ]
]
};
$.ime.register( satInScript2OlChiki );
}( jQuery ) );

View File

@@ -0,0 +1,83 @@
( function ( $ ) {
'use strict';
var satSarjomBaha = {
id: 'sat-sarjom-baha',
name: 'sarjom baha',
description: 'Phonetic keyboard, Sarjom Baha for Santali language',
date: '2016-03-29',
author: 'Jnanaranjan Sahu',
license: 'GPLv3',
version: '1.0',
patterns: [
[ 'a', 'ᱟ' ],
[ 'b', 'ᱵ' ],
[ 'c', 'ᱰ' ],
[ 'd', 'ᱰ' ],
[ 'e', 'ᱮ' ],
[ 'f', 'ᱝ' ],
[ 'g', 'ᱜ' ],
[ 'h', 'ᱦ' ],
[ 'i', 'ᱤ' ],
[ 'j', 'ᱡ' ],
[ 'k', 'ᱠ' ],
[ 'l', 'ᱞ' ],
[ 'm', 'ᱢ' ],
[ 'n', 'ᱱ' ],
[ 'o', 'ᱚ' ],
[ 'p', 'ᱯ' ],
[ 'q', 'ᱧ' ],
[ 'r', 'ᱨ' ],
[ 's', 'ᱥ' ],
[ 't', 'ᱴ' ],
[ 'u', 'ᱩ' ],
[ 'v', 'ᱶ' ],
[ 'w', 'ᱶ' ],
[ 'x', 'ᱽ' ],
[ 'y', 'ᱭ' ],
[ 'z', 'ᱲ' ],
[ 'A', 'ᱟ' ],
[ 'B', 'ᱵ' ],
[ 'C', 'ᱪ' ],
[ 'D', 'ᱫ' ],
[ 'E', 'ᱮ' ],
[ 'F', 'ᱝ' ],
[ 'G', 'ᱜ' ],
[ 'H', 'ᱷ' ],
[ 'I', '᱾' ],
[ 'J', 'ᱡ' ],
[ 'K', 'ᱠ' ],
[ 'L', '᱿' ],
[ 'M', 'ᱬ' ],
[ 'N', 'ᱸ' ],
[ 'O', 'ᱳ' ],
[ 'P', 'ᱯ' ],
[ 'Q', 'ᱻ' ],
[ 'R', 'ᱨ' ],
[ 'S', 'ᱥ' ],
[ 'T', 'ᱛ' ],
[ 'U', 'ᱩ' ],
[ 'V', 'ᱶ' ],
[ 'W', 'ᱶ' ],
[ 'X', 'ᱽ' ],
[ 'Y', 'ᱭ' ],
[ 'Z', 'ᱼ' ],
[ '\\.', 'ᱹ' ],
[ '\\;', 'ᱺ' ],
[ '\\:', 'ᱺ' ],
[ '0', '᱐' ],
[ '1', '᱑' ],
[ '2', '᱒' ],
[ '3', '᱓' ],
[ '4', '᱔' ],
[ '5', '᱕' ],
[ '6', '᱖' ],
[ '7', '᱗' ],
[ '8', '᱘' ],
[ '9', '᱙' ]
]
};
$.ime.register( satSarjomBaha );
}( jQuery ) );