Update jquery.ime and jquery.uls from upstream
jquery.ime: * Add Gothic keyboard Updating tod96604c208jquery.uls * Update localization for English (UK) Updating to056ff3f5b3Change-Id: Ied0f1c56590e0e669dcbfc56f5e592c57190155e
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*! jquery.ime - v0.1.0+20170613
|
/*! jquery.ime - v0.1.0+20170621
|
||||||
* https://github.com/wikimedia/jquery.ime
|
* https://github.com/wikimedia/jquery.ime
|
||||||
* Copyright (c) 2017 Santhosh Thottingal; Licensed GPL, MIT */
|
* Copyright (c) 2017 Santhosh Thottingal; Licensed GPL, MIT */
|
||||||
( function ( $ ) {
|
( function ( $ ) {
|
||||||
@@ -1890,6 +1890,10 @@
|
|||||||
name: 'Ga - CQX replacement',
|
name: 'Ga - CQX replacement',
|
||||||
source: 'rules/gaa/gaa-cqx.js'
|
source: 'rules/gaa/gaa-cqx.js'
|
||||||
},
|
},
|
||||||
|
'got-standard': {
|
||||||
|
name: '𐌲𐌿𐍄𐌹𐍃𐌺𐌰 𐍂𐌰𐌶𐌳𐌰',
|
||||||
|
source: 'rules/got/got-standard.js'
|
||||||
|
},
|
||||||
'lud-transliteration': {
|
'lud-transliteration': {
|
||||||
name: 'lud',
|
name: 'lud',
|
||||||
source: 'rules/lud/lud-transliteration.js'
|
source: 'rules/lud/lud-transliteration.js'
|
||||||
@@ -2550,6 +2554,10 @@
|
|||||||
autonym: 'Ga',
|
autonym: 'Ga',
|
||||||
inputmethods: [ 'gaa-cqx' ]
|
inputmethods: [ 'gaa-cqx' ]
|
||||||
},
|
},
|
||||||
|
got: {
|
||||||
|
autonym: '𐌲𐌿𐍄𐌹𐍃𐌺𐌰 𐍂𐌰𐌶𐌳𐌰',
|
||||||
|
inputmethods: [ 'got-standard' ]
|
||||||
|
},
|
||||||
lrc: {
|
lrc: {
|
||||||
autonym: 'لۊری شومالی',
|
autonym: 'لۊری شومالی',
|
||||||
inputmethods: [ 'lrc-kbd' ]
|
inputmethods: [ 'lrc-kbd' ]
|
||||||
|
|||||||
45
lib/jquery.ime/rules/got/got-standard.js
Normal file
45
lib/jquery.ime/rules/got/got-standard.js
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
( function ( $ ) {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
var gotStandard = {
|
||||||
|
id: 'got-standard',
|
||||||
|
name: '𐌲𐌿𐍄𐌹𐍃𐌺𐌰 𐍂𐌰𐌶𐌳𐌰',
|
||||||
|
description: 'Gothic keyboard layout',
|
||||||
|
date: '2016-06-27',
|
||||||
|
URL: 'http://github.com/wikimedia/jquery.ime',
|
||||||
|
author: 'Bokareis',
|
||||||
|
license: 'GPLv3',
|
||||||
|
version: '1.0',
|
||||||
|
patterns: [
|
||||||
|
[ 'a', '𐌰' ],
|
||||||
|
[ 'b', '𐌱' ],
|
||||||
|
[ 'g', '𐌲' ],
|
||||||
|
[ 'd', '𐌳' ],
|
||||||
|
[ 'e', '𐌴' ],
|
||||||
|
[ 'q', '𐌵' ],
|
||||||
|
[ 'z', '𐌶' ],
|
||||||
|
[ 'h', '𐌷' ],
|
||||||
|
[ 'T', '𐌸' ],
|
||||||
|
[ 'i', '𐌹' ],
|
||||||
|
[ 'k', '𐌺' ],
|
||||||
|
[ 'l', '𐌻' ],
|
||||||
|
[ 'm', '𐌼' ],
|
||||||
|
[ 'n', '𐌽' ],
|
||||||
|
[ 'j', '𐌾' ],
|
||||||
|
[ 'u', '𐌿' ],
|
||||||
|
[ 'p', '𐍀' ],
|
||||||
|
[ 'c', '𐍁' ],
|
||||||
|
[ 'r', '𐍂' ],
|
||||||
|
[ 's', '𐍃' ],
|
||||||
|
[ 't', '𐍄' ],
|
||||||
|
[ 'w', '𐍅' ],
|
||||||
|
[ 'f', '𐍆' ],
|
||||||
|
[ 'x', '𐍇' ],
|
||||||
|
[ 'v', '𐍈' ],
|
||||||
|
[ 'o', '𐍉' ],
|
||||||
|
[ 'y', '𐍊' ]
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
|
$.ime.register( gotStandard );
|
||||||
|
}( jQuery ) );
|
||||||
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Chase me ladies, I'm the Cavalry"
|
"Chase me ladies, I'm the Cavalry",
|
||||||
|
"Andibing"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"uls-region-WW": "Worldwide",
|
"uls-region-WW": "Worldwide",
|
||||||
@@ -12,9 +13,10 @@
|
|||||||
"uls-region-AS": "Asia",
|
"uls-region-AS": "Asia",
|
||||||
"uls-region-ME": "Middle East",
|
"uls-region-ME": "Middle East",
|
||||||
"uls-region-PA": "Pacific",
|
"uls-region-PA": "Pacific",
|
||||||
|
"uls-region-all": "All languages",
|
||||||
"uls-no-results-found": "No results found",
|
"uls-no-results-found": "No results found",
|
||||||
"uls-common-languages": "Suggested languages",
|
"uls-common-languages": "Suggested languages",
|
||||||
"uls-no-results-suggestion-title": "You may be interested in:",
|
"uls-no-results-suggestion-title": "You may be interested in:",
|
||||||
"uls-search-help": "You can search by language name, script name, ISO code of language or you can browse by region.",
|
"uls-search-help": "You can search by language name, script name, ISO code of language or you can browse by region.",
|
||||||
"uls-search-placeholder": "Language search"
|
"uls-search-placeholder": "Search for a language"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user