Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/dag/dag-alt.js
Amire80 9838760971 Update jquery.ime from upstream
* Add input methods for Dagbani and Bambara.

Update to:
d47a617f37

Change-Id: I7107dde813124b41b01d0e94eb4336b7379eb394
2017-05-30 04:21:12 +00:00

29 lines
505 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

( function ( $ ) {
'use strict';
var dagAlt = {
id: 'dag-alt',
name: 'Dagbani Alt',
description: 'Dagbani Alt',
date: '2017-05-27',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Amir E. Aharoni',
license: 'GPLv3',
version: '1.0',
patterns_x: [
[ 'E', 'Ɛ' ],
[ 'e', 'ɛ' ],
[ 'G', 'Ɣ' ],
[ 'g', 'ɣ' ],
[ 'N', 'Ŋ' ],
[ 'n', 'ŋ' ],
[ 'O', 'Ɔ' ],
[ 'o', 'ɔ' ],
[ 'Z', 'Ʒ' ],
[ 'z', 'ʒ' ]
]
};
$.ime.register( dagAlt );
}( jQuery ) );