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
|
||||
* 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': {
|
||||
|
||||
@@ -172,8 +172,9 @@
|
||||
// consonants
|
||||
['k', 'ཀ'],
|
||||
['ཀh', 'k', 'ཁ'],
|
||||
['g', 'ག'],
|
||||
['ལནg', 'ln', 'ལྔ'],
|
||||
['ནg', 'n', 'ང'],
|
||||
['g', 'ག'],
|
||||
['c', 'ཅ'],
|
||||
['ཅh', 'c', 'ཆ'],
|
||||
['j', 'ཇ'],
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user