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:
@@ -1,4 +1,4 @@
|
|||||||
/*! jquery.ime - v0.1.0+20150818
|
/*! jquery.ime - v0.1.0+20151012
|
||||||
* https://github.com/wikimedia/jquery.ime
|
* https://github.com/wikimedia/jquery.ime
|
||||||
* Copyright (c) 2015 Santhosh Thottingal; Licensed GPL, MIT */
|
* Copyright (c) 2015 Santhosh Thottingal; Licensed GPL, MIT */
|
||||||
( function ( $ ) {
|
( function ( $ ) {
|
||||||
@@ -1880,7 +1880,7 @@
|
|||||||
source: 'rules/gu/gu-phonetic.js'
|
source: 'rules/gu/gu-phonetic.js'
|
||||||
},
|
},
|
||||||
'gu-transliteration': {
|
'gu-transliteration': {
|
||||||
name: 'લિપ્યાંતરણ',
|
name: 'લિપ્યંતરણ',
|
||||||
source: 'rules/gu/gu-transliteration.js'
|
source: 'rules/gu/gu-transliteration.js'
|
||||||
},
|
},
|
||||||
'ka-transliteration': {
|
'ka-transliteration': {
|
||||||
|
|||||||
@@ -172,8 +172,9 @@
|
|||||||
// consonants
|
// consonants
|
||||||
['k', 'ཀ'],
|
['k', 'ཀ'],
|
||||||
['ཀh', 'k', 'ཁ'],
|
['ཀh', 'k', 'ཁ'],
|
||||||
['g', 'ག'],
|
['ལནg', 'ln', 'ལྔ'],
|
||||||
['ནg', 'n', 'ང'],
|
['ནg', 'n', 'ང'],
|
||||||
|
['g', 'ག'],
|
||||||
['c', 'ཅ'],
|
['c', 'ཅ'],
|
||||||
['ཅh', 'c', 'ཆ'],
|
['ཅh', 'c', 'ཆ'],
|
||||||
['j', 'ཇ'],
|
['j', 'ཇ'],
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
var guTransliteration = {
|
var guTransliteration = {
|
||||||
id: 'gu-transliteration',
|
id: 'gu-transliteration',
|
||||||
name: 'લિપ્યાંતરણ',
|
name: 'લિપ્યંતરણ',
|
||||||
description: 'Gujarati transliteration',
|
description: 'Gujarati transliteration',
|
||||||
date: '2012-10-14',
|
date: '2012-10-14',
|
||||||
URL: 'http://github.com/wikimedia/jquery.ime',
|
URL: 'http://github.com/wikimedia/jquery.ime',
|
||||||
|
|||||||
Reference in New Issue
Block a user