diff --git a/lib/jquery.ime/jquery.ime.js b/lib/jquery.ime/jquery.ime.js index 541eb0b0..cce3afef 100644 --- a/lib/jquery.ime/jquery.ime.js +++ b/lib/jquery.ime/jquery.ime.js @@ -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' ] diff --git a/lib/jquery.ime/rules/got/got-standard.js b/lib/jquery.ime/rules/got/got-standard.js new file mode 100644 index 00000000..2e5bf861 --- /dev/null +++ b/lib/jquery.ime/rules/got/got-standard.js @@ -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 ) ); diff --git a/lib/jquery.uls/i18n/en-gb.json b/lib/jquery.uls/i18n/en-gb.json index 79b15950..9c224d23 100644 --- a/lib/jquery.uls/i18n/en-gb.json +++ b/lib/jquery.uls/i18n/en-gb.json @@ -1,7 +1,8 @@ { "@metadata": { "authors": [ - "Chase me ladies, I'm the Cavalry" + "Chase me ladies, I'm the Cavalry", + "Andibing" ] }, "uls-region-WW": "Worldwide", @@ -12,9 +13,10 @@ "uls-region-AS": "Asia", "uls-region-ME": "Middle East", "uls-region-PA": "Pacific", + "uls-region-all": "All languages", "uls-no-results-found": "No results found", "uls-common-languages": "Suggested languages", "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-placeholder": "Language search" + "uls-search-placeholder": "Search for a language" }