Cleanup lib/jquery.ime

Done by running update-jquery-ime.sh. For some reason,
when I did it in Ia96c4894bfeedd3846ff3fec49bcdff8c0b37d17,
the file lib/jquery.ime/rules/bbc/batak-qwerty.js was not deleted
as it was supposed to be.

Change-Id: I5cb37c41b118ff318cb0fff60a49c3f51774c252
This commit is contained in:
Amir E. Aharoni
2023-06-13 09:56:21 +03:00
parent 6c9200c378
commit a107bc47e1
2 changed files with 1 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20230612 /*! jquery.ime - v0.2.0+20230613
* https://github.com/wikimedia/jquery.ime * https://github.com/wikimedia/jquery.ime
* Copyright (c) 2023 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */ * Copyright (c) 2023 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) { ( function ( $ ) {

View File

@@ -1,89 +0,0 @@
( function ( $ ) {
'use strict';
var batakQwertyKbd = {
id: 'batak-qwerty',
name: 'Batak QWERTY',
description: 'QWERTY-based Batak keyboard',
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( batakQwertyKbd );
}( jQuery ) );