Update jquery.ime to beeab196dd

* Fix for Western Baluchi Keyboard beeab196dd
* Add Northern Luri Keyboard Layout a2b34c8bd2
* Remove windows line ending extra character aa51ccb77c
* Fixing name of Western Baluchi Keyboard 0cd0018c3b
* Fixes for South Azerbaijani (azb) 8fa57066cb
* Fix test cases for Southern Kurdish 8295e88690
* Add Southern Kurdish Keyboard Layout 40f9949e55
* Fixes for South Azerbaijani Keyboard Layout 5498eae381

Change-Id: I5007cfd4d49c61ccd5c8ae574930dda517056b96
This commit is contained in:
mjbmr
2015-05-09 09:29:54 +00:00
committed by KartikMistry
parent 1227a9188c
commit b2d269c35e
5 changed files with 251 additions and 19 deletions

View File

@@ -1,10 +1,10 @@
( function ( $ ) {
'use strict';
var bgn_arab = {
id: 'bgn-arab',
name: 'عربی',
description: 'Western Baluchi Keyboard Layout With Arabic Script',
var bgn_kbd = {
id: 'bgn-kbd',
name: لوچی رخشانی',
description: 'Western Baluchi Keyboard Layout',
date: '2015-03-11',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Mjbmr',
@@ -30,7 +30,7 @@
['t', 'ف'],
['y', 'غ'],
['u', 'ع'],
['i', 'ھ'],
['i', 'ه'],
['o', 'خ'],
['p', 'ح'],
['\\[', 'ج'],
@@ -92,7 +92,7 @@
['"', '؛'],
['Z', 'ێ'],
['X', 'ه'],
['X', 'ط'],
['C', 'ژ'],
['V', 'ڑ'],
['B', 'ۆ'],
@@ -104,5 +104,5 @@
]
};
$.ime.register( bgn_arab );
$.ime.register( bgn_kbd );
}( jQuery ) );