summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UniversalLanguageSelector/lib/jquery.ime/rules/yo/yo-alt.js
blob: 7ceab68f74aef49971c01f8c5acf2ad54307f47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 ) );