Update jquery.ime and jquery.uls from upstream
jquery.ime: Add Bole keyboard. Updating to:cc8169b3adjquery.uls: Localization updates. Updating to:6254715eaeChange-Id: If8f7ae5a61a5d9bb51cc816317edba091afccc89
This commit is contained in:
committed by
jenkins-bot
parent
edbe1087d6
commit
35fa63b508
@@ -1,4 +1,4 @@
|
||||
/*! jquery.ime - v0.2.0+20240422
|
||||
/*! jquery.ime - v0.2.0+20240513
|
||||
* https://github.com/wikimedia/jquery.ime
|
||||
* Copyright (c) 2024 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
|
||||
( function ( $ ) {
|
||||
@@ -1786,6 +1786,10 @@
|
||||
name: 'Tibetan Sambhota',
|
||||
source: 'rules/bo/bo-sambhota.js'
|
||||
},
|
||||
'bol-tilde': {
|
||||
name: 'Bole - tilde',
|
||||
source: 'rules/bol/bol-tilde.js'
|
||||
},
|
||||
'bom-tilde': {
|
||||
name: 'Bèrom Tilde',
|
||||
source: 'rules/bom/bom-tilde.js'
|
||||
@@ -2708,6 +2712,10 @@
|
||||
autonym: 'བོད་ཡིག།',
|
||||
inputmethods: [ 'bo-ewts', 'bo-sambhota' ]
|
||||
},
|
||||
bol: {
|
||||
autonym: 'bòo pìkkà',
|
||||
inputmethods: [ 'bol-tilde' ]
|
||||
},
|
||||
bom: {
|
||||
autonym: 'bèrom',
|
||||
inputmethods: [ 'bom-tilde' ]
|
||||
|
||||
Reference in New Issue
Block a user