Major update of jquery.ime from upstream
Merged a lot of older and newer patches,
adding numerous new input methods:
* Tibetan Sambhota
* Fulfulde Alt
* Lushotseed
* Mongolian Todo, Todo-Ali, Traditional, Tradional-Ali, Phagspa
* Manchu, Manchu Ali
* Burmese mm3
* Piedmontese
* Tarandine
* Xibe
* Venetian
* Wolof
Also, updates for:
* Oriya Transliteration
* Tamil 99
Updating to
b7a96d4737
Change-Id: I092ff1b8aef70f8274829f3794090738826d1a8a
This commit is contained in:
38
lib/jquery.ime/rules/pms/pms.js
Normal file
38
lib/jquery.ime/rules/pms/pms.js
Normal file
@@ -0,0 +1,38 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var pms = {
|
||||
id: 'pms',
|
||||
name: 'Piemontèis',
|
||||
description: 'Piedmontese input method.',
|
||||
date: '2014-02-27',
|
||||
URL: 'http://github.com/wikimedia/jquery.ime',
|
||||
author: 'pms.wiki community',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
contextLength: 1,
|
||||
maxKeyLength: 1,
|
||||
patterns: [
|
||||
[':e', 'ë'],
|
||||
[',o', 'ó'],
|
||||
['\\\\A', 'À'],
|
||||
['\\\\E', 'È'],
|
||||
['\\\\I', 'Ì'],
|
||||
['\\\\O', 'Ò'],
|
||||
['\\\\U', 'Ù'],
|
||||
[',E', 'É'],
|
||||
[':E', 'Ë'],
|
||||
[',O', 'Ó'],
|
||||
['\\^g', 'ĝ'],
|
||||
['\\^l', 'l̂'],
|
||||
['\\^r', 'r̂'],
|
||||
[':a', 'ä'],
|
||||
['\\^G', 'Ĝ'],
|
||||
['\\^L', 'L̂'],
|
||||
['\\^R', 'R̂'],
|
||||
[':A', 'Ä']
|
||||
]
|
||||
};
|
||||
|
||||
$.ime.register( pms );
|
||||
}( jQuery ) );
|
||||
Reference in New Issue
Block a user