Update jquery.ime to ae3ae15

Changes:
* Various fixes in bo-ewts layout.
* Fix name of gu-transliteration input method.

Change-Id: Ie2d03bfbaf2c663140c6cadc70625b848dd2f65c
This commit is contained in:
Kartik Mistry
2015-10-12 13:30:35 +05:30
parent 7ff8440ca1
commit 500db2b9d5
3 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.1.0+20150818
/*! jquery.ime - v0.1.0+20151012
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2015 Santhosh Thottingal; Licensed GPL, MIT */
( function ( $ ) {
@@ -1880,7 +1880,7 @@
source: 'rules/gu/gu-phonetic.js'
},
'gu-transliteration': {
name: 'લિપ્યંતરણ',
name: 'લિપ્યંતરણ',
source: 'rules/gu/gu-transliteration.js'
},
'ka-transliteration': {

View File

@@ -172,8 +172,9 @@
// consonants
['k', 'ཀ'],
['ཀh', 'k', 'ཁ'],
['g', ''],
['ལནg', 'ln', 'ལྔ'],
['ནg', 'n', 'ང'],
['g', 'ག'],
['c', 'ཅ'],
['ཅh', 'c', 'ཆ'],
['j', 'ཇ'],

View File

@@ -3,7 +3,7 @@
var guTransliteration = {
id: 'gu-transliteration',
name: 'લિપ્યંતરણ',
name: 'લિપ્યંતરણ',
description: 'Gujarati transliteration',
date: '2012-10-14',
URL: 'http://github.com/wikimedia/jquery.ime',