Update jquery.ime and jquery.uls from upstream
jquery.ime * Major update of Javanese keyboard rules. * Rename "Batak QWERTY" to "Toba Transliteration". * Change bbc autonym to "Batak Toba". * Internal code cleanup for Cherokee. Updating to5943600f15jquery.uls * Update language-data: bew, bzs, cho, cpx, gcf * Localization updates Updating to07452b3ca1Change-Id: Ia96c4894bfeedd3846ff3fec49bcdff8c0b37d17
This commit is contained in:
89
lib/jquery.ime/rules/bbc/bbc-transliteration.js
Normal file
89
lib/jquery.ime/rules/bbc/bbc-transliteration.js
Normal file
@@ -0,0 +1,89 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var tobaKbd = {
|
||||
id: 'bbc-transliteration',
|
||||
name: 'Toba Transliteration',
|
||||
description: 'QWERTY-based Batak Toba transliteration',
|
||||
date: '2014-04-20',
|
||||
URL: 'http://evertype.com/fonts/batak/',
|
||||
author: 'design by Michael Everson, implementation by Amir E. Aharoni',
|
||||
version: '1.0',
|
||||
patterns: [
|
||||
[ 'q', 'ᯥ' ],
|
||||
[ 'w', 'ᯋ' ],
|
||||
[ 'e', 'ᯧ' ],
|
||||
[ 'r', 'ᯒ' ],
|
||||
[ 't', 'ᯖ' ],
|
||||
[ 'y', 'ᯛ' ],
|
||||
[ 'u', 'ᯮ' ],
|
||||
[ 'i', 'ᯪ' ],
|
||||
[ 'o', 'ᯬ' ],
|
||||
[ 'p', 'ᯇ' ],
|
||||
|
||||
[ 'a', 'ᯀ' ],
|
||||
[ 's', 'ᯘ' ],
|
||||
[ 'd', 'ᯑ' ],
|
||||
[ 'f', '᯲' ],
|
||||
[ 'g', 'ᯎ' ],
|
||||
[ 'h', 'ᯂ' ],
|
||||
[ 'j', 'ᯐ' ],
|
||||
[ 'k', 'ᯤ' ],
|
||||
[ 'l', 'ᯞ' ],
|
||||
|
||||
[ 'z', 'ᯝ' ],
|
||||
[ 'x', 'ᯢ' ],
|
||||
[ 'c', 'ᯡ' ],
|
||||
[ 'v', 'ᯣ' ],
|
||||
[ 'b', 'ᯅ' ],
|
||||
[ 'n', 'ᯉ' ],
|
||||
[ 'm', 'ᯔ' ],
|
||||
|
||||
[ 'Q', 'ᯍ' ],
|
||||
[ 'W', 'ᯌ' ],
|
||||
[ 'E', 'ᯨ' ],
|
||||
[ 'R', 'ᯓ' ],
|
||||
[ 'T', 'ᯗ' ],
|
||||
[ 'Y', 'ᯜ' ],
|
||||
[ 'U', 'ᯯ' ],
|
||||
[ 'I', 'ᯫ' ],
|
||||
[ 'O', 'ᯭ' ],
|
||||
[ 'P', 'ᯈ' ],
|
||||
|
||||
[ 'A', 'ᯁ' ],
|
||||
[ 'S', 'ᯙ' ],
|
||||
|
||||
[ 'F', '᯳' ],
|
||||
[ 'G', 'ᯏ' ],
|
||||
[ 'H', 'ᯃ' ],
|
||||
[ 'J', 'ᯄ' ],
|
||||
|
||||
[ 'L', 'ᯟ' ],
|
||||
|
||||
[ 'Z', 'ᯚ' ],
|
||||
|
||||
[ 'B', 'ᯆ' ],
|
||||
[ 'N', 'ᯊ' ],
|
||||
[ 'M', 'ᯕ' ],
|
||||
|
||||
[ '`', 'ᯠ' ],
|
||||
[ '=', 'ᯱ' ],
|
||||
[ '\\+', '᯦' ],
|
||||
[ '-', '' ],
|
||||
[ '_', 'ᯩ' ],
|
||||
|
||||
[ 'B', 'ᯆ' ]
|
||||
],
|
||||
patterns_x: [
|
||||
[ '4', '᯼' ],
|
||||
[ '5', '᯽' ],
|
||||
[ '6', '᯾' ],
|
||||
[ '7', '᯿' ],
|
||||
|
||||
[ 'w', 'ᯍ' ],
|
||||
[ '`', '`' ]
|
||||
]
|
||||
};
|
||||
|
||||
$.ime.register( tobaKbd );
|
||||
}( jQuery ) );
|
||||
Reference in New Issue
Block a user