Skip to content

Commit

Permalink
adding fon language method
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahuton authored and amire80 committed May 19, 2018
1 parent f75e11e commit 435dd30
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rules/fon/fon-alt.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

( function ( $ ) {
'use strict';

var fonAlt = {
id: 'fon-alt',
name: 'fon-alt',
description: 'fon input keyboard',
date: '2018-05-18',
URL: 'http:https://github.com/wikimedia/jquery.ime',
author: 'Mahuton POSSOUPE',
license: 'GPLv3',
version: '1.0',
patterns: [
[ '~E', 'Ɛ' ],
[ '~O', 'Ɔ' ],
[ '~D', 'Ɖ' ],
[ '~d', 'ɖ' ]
]
};

$.ime.register( fonAlt );
}( jQuery ) );

0 comments on commit 435dd30

Please sign in to comment.