Update jQuery.IME from upstream
* Make names for Hindi input methods consistent. * Make names for Marathi input methods consistent. Bug: 56160 Change-Id: I0b4ff9d8d7e01392237facb54e7b77ee9ef753b0
This commit is contained in:
@@ -1905,11 +1905,11 @@
|
||||
source: 'rules/mni/mni-inscript2.js'
|
||||
},
|
||||
'mr-inscript': {
|
||||
name: 'इनस्क्रिप्ट',
|
||||
name: 'मराठी लिपी',
|
||||
source: 'rules/mr/mr-inscript.js'
|
||||
},
|
||||
'mr-inscript2': {
|
||||
name: 'इनस्क्रिप्ट २',
|
||||
name: 'मराठी इनस्क्रिप्ट २',
|
||||
source: 'rules/mr/mr-inscript2.js'
|
||||
},
|
||||
'mr-transliteration': {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
var hiInScript2 = {
|
||||
id: 'hi-inscript2',
|
||||
name: 'हिन्दी इनस्क्रिप्ट २',
|
||||
name: 'इनस्क्रिप्ट २',
|
||||
description: 'Enhanced InScript keyboard for Hindi language',
|
||||
date: '2013-20-13',
|
||||
author: 'Parag Nemade',
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
var hiPhonetic = {
|
||||
id: 'hi-phonetic',
|
||||
name: 'phonetic',
|
||||
name: 'फोनेटिक',
|
||||
description: 'Phonetic keyboard for Hindi language',
|
||||
date: '2013-02-09',
|
||||
author: 'Parag Nemade',
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
var mrPhonetic = {
|
||||
id: 'mr-phonetic',
|
||||
name: 'phonetic',
|
||||
name: 'फोनेटिक',
|
||||
description: 'Phonetic keyboard for Marathi language',
|
||||
date: '2013-02-09',
|
||||
author: 'Parag Nemade',
|
||||
|
||||
Reference in New Issue
Block a user