Update jquery.ime and jquery.uls from upstream

jquery.ime:
* Update Batak keyboard.
* Add new Javanese and Sundanese keyboards.
Updating to
07ab0cae9a

jquery.uls:
* Update language-data: Add Pintupi-Luritja (piu)
  and some internal data files cleanup.
* Code cleanup in lcd.
Updating to:
95e50bb37b

Change-Id: Ifc900e6dfd2bc2a5dfd12243a7c8bc662e99a711
This commit is contained in:
Amir E. Aharoni
2023-07-24 11:14:19 +03:00
parent 7c6986ccb5
commit 04a8b6457a
7 changed files with 384 additions and 317 deletions

View File

@@ -7,8 +7,8 @@
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',
author: 'design by Michael Everson, implementation by Amir E. Aharoni and Benny Lin',
version: '1.1',
patterns: [
[ 'q', 'ᯥ' ],
[ 'w', 'ᯋ' ],
@@ -52,38 +52,29 @@
[ 'A', 'ᯁ' ],
[ 'S', 'ᯙ' ],
[ 'D', 'ᯩ' ],
[ 'F', '᯳' ],
[ 'G', 'ᯏ' ],
[ 'H', 'ᯃ' ],
[ 'J', 'ᯄ' ],
[ 'K', 'ᯱ' ],
[ 'L', 'ᯟ' ],
[ 'Z', 'ᯚ' ],
[ 'X', 'ᯰ' ],
[ 'C', 'ᯠ' ],
[ 'V', '᯦' ],
[ 'B', 'ᯆ' ],
[ 'N', 'ᯊ' ],
[ 'M', 'ᯕ' ],
[ '`', 'ᯠ' ],
[ '=', 'ᯱ' ],
[ '\\+', '᯦' ],
[ '-', '' ],
[ '_', 'ᯩ' ],
[ 'B', 'ᯆ' ]
],
patterns_x: [
[ '4', '᯼' ],
[ '5', '᯽' ],
[ '6', '᯾' ],
[ '7', '᯿' ],
[ 'w', 'ᯍ' ],
[ '`', '`' ]
[ '7', '᯿' ]
]
};
$.ime.register( tobaKbd );
}( jQuery ) );
}( jQuery ) );