Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/got/got-standard.js
Amire80 32bc02f2ac 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
2017-06-21 18:32:31 +03:00

46 lines
920 B
JavaScript

( 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 ) );