Update jquery.ime and jquery.uls from upstream

jquery.ime:
* Add Gothic keyboard
Updating to
d96604c208

jquery.uls
* Update localization for English (UK)
Updating to
056ff3f5b3

Change-Id: Ied0f1c56590e0e669dcbfc56f5e592c57190155e
This commit is contained in:
Amire80
2017-06-21 18:32:31 +03:00
parent d407c41ab5
commit 32bc02f2ac
3 changed files with 58 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.1.0+20170613
/*! jquery.ime - v0.1.0+20170621
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2017 Santhosh Thottingal; Licensed GPL, MIT */
( function ( $ ) {
@@ -1890,6 +1890,10 @@
name: 'Ga - CQX replacement',
source: 'rules/gaa/gaa-cqx.js'
},
'got-standard': {
name: '𐌲𐌿𐍄𐌹𐍃𐌺𐌰 𐍂𐌰𐌶𐌳𐌰',
source: 'rules/got/got-standard.js'
},
'lud-transliteration': {
name: 'lud',
source: 'rules/lud/lud-transliteration.js'
@@ -2550,6 +2554,10 @@
autonym: 'Ga',
inputmethods: [ 'gaa-cqx' ]
},
got: {
autonym: '𐌲𐌿𐍄𐌹𐍃𐌺𐌰 𐍂𐌰𐌶𐌳𐌰',
inputmethods: [ 'got-standard' ]
},
lrc: {
autonym: 'لۊری شومالی',
inputmethods: [ 'lrc-kbd' ]