Update jquery.ime from master
Add yo-alt layout. Change-Id: Ifa0064811d38e5e6d5be576a5a9d0ec5c0d43c9d
This commit is contained in:
24
lib/jquery.ime/rules/yo/yo-alt.js
Normal file
24
lib/jquery.ime/rules/yo/yo-alt.js
Normal file
@@ -0,0 +1,24 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var yoAlt = {
|
||||
id: 'yo-alt',
|
||||
name: 'Yorùbá Alt',
|
||||
description: 'Yorùbá Alt',
|
||||
date: '2015-11-14',
|
||||
URL: 'http://github.com/wikimedia/jquery.ime',
|
||||
author: 'Amir E. Aharoni',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
patterns_x: [
|
||||
// Combining dot below
|
||||
['\\.', '\u0323'],
|
||||
// Combining grave tone mark
|
||||
['\\\\', '\u0340'],
|
||||
// Combining acute tone mark
|
||||
["/", '\u0341']
|
||||
]
|
||||
};
|
||||
|
||||
$.ime.register( yoAlt );
|
||||
}( jQuery ) );
|
||||
Reference in New Issue
Block a user