Update jquery.ime and jquery.uls from upstream
jquery.ime * Add Chinook Wawa keyboard. * Update Mon autonym. Updating todc51208212jquery.uls: * Updating language-data, adding Ebira (igb), Nupe (nup), Petjoh (pey). * Localization updates. Updating todedb291973Bug: T352776 Bug: T355277 Bug: T356104 Bug: T356248 Bug: T356616 Change-Id: Id828963bcc9b02b1c2aafa83b96e7c12e9b4fcf3
This commit is contained in:
27
lib/jquery.ime/rules/chn/chn-tilde.js
Normal file
27
lib/jquery.ime/rules/chn/chn-tilde.js
Normal file
@@ -0,0 +1,27 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var chnTilde = {
|
||||
id: 'chn-tilde',
|
||||
name: 'chn-tilde',
|
||||
description: 'Chinook Jargon input keyboard - tilde',
|
||||
date: '2024-02-07',
|
||||
URL: 'https://github.com/wikimedia/jquery.ime',
|
||||
author: 'Amir E. Aharoni',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
patterns: [
|
||||
[ '~E', 'Ə' ],
|
||||
[ '~e', 'ə' ],
|
||||
[ '~h', 'ʰ' ],
|
||||
[ '~H', 'ʰ' ],
|
||||
[ '~L', 'Ɬ' ],
|
||||
[ '~l', 'ɬ' ],
|
||||
[ '~X', 'X̣' ],
|
||||
[ '~x', 'x̣' ],
|
||||
[ '~\\?', 'ʔ' ]
|
||||
]
|
||||
};
|
||||
|
||||
$.ime.register( chnTilde );
|
||||
}( jQuery ) );
|
||||
Reference in New Issue
Block a user