Skip to content

Commit cdcf82a

Browse files
Singituramire80
authored andcommitted
Update transliteration.js
1 parent 96d9d30 commit cdcf82a

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

rules/hoc/transliteration.js

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
1-
a( function ( $ ) {
1+
( function ( $ ) {
22
'use strict';
33

4-
var satSarjomBaha = {
5-
id: 'sat-sarjom-baha',
6-
name: 'sarjom baha',
7-
description: 'Phonetic keyboard, Sarjom Baha for Santali language',
8-
date: '2016-03-29',
9-
author: 'Jnanaranjan Sahu',
4+
var hocTransliteration = {
5+
id: 'hoc-transliteration',
6+
name: 'ho transliteration',
7+
description: 'Phonetic keyboard for Ho',
8+
date: '29-09-2018',
9+
author: 'Purty',
1010
license: 'GPLv3',
1111
version: '1.0',
12+
contextLength: 1,
13+
maxKeyLength: 3,
1214
patterns: [
1315
[ 'a', 'ᱟ' ],
16+
[ 'ai', 'ᱰ' ],
17+
[ 'au', 'ᱰ' ],
1418
[ 'b', 'ᱵ' ],
1519
[ 'c', 'ᱰ' ],
20+
[ 'ch', 'ᱰ' ],
1621
[ 'd', 'ᱰ' ],
22+
[ 'dh', 'ᱰ' ],
1723
[ 'e', 'ᱮ' ],
1824
[ 'f', 'ᱝ' ],
1925
[ 'g', 'ᱜ' ],
@@ -24,22 +30,31 @@ a( function ( $ ) {
2430
[ 'l', 'ᱞ' ],
2531
[ 'm', 'ᱢ' ],
2632
[ 'n', 'ᱱ' ],
33+
[ 'ng', 'ᱰ' ],
34+
[ 'nj', 'ᱰ' ],
35+
[ 'nn', 'ᱰ' ],
2736
[ 'o', 'ᱚ' ],
2837
[ 'p', 'ᱯ' ],
2938
[ 'q', 'ᱧ' ],
3039
[ 'r', 'ᱨ' ],
40+
[ 'rr', 'ᱰ' ],
3141
[ 's', 'ᱥ' ],
3242
[ 't', 'ᱴ' ],
43+
[ 'th', 'ᱰ' ],
3344
[ 'u', 'ᱩ' ],
3445
[ 'v', 'ᱶ' ],
3546
[ 'w', 'ᱶ' ],
3647
[ 'x', 'ᱽ' ],
3748
[ 'y', 'ᱭ' ],
3849
[ 'z', 'ᱲ' ],
3950
[ 'A', 'ᱟ' ],
51+
[ 'ai', 'ᱰ' ],
52+
[ 'au', 'ᱰ' ],
4053
[ 'B', 'ᱵ' ],
4154
[ 'C', 'ᱪ' ],
55+
[ 'ch', 'ᱰ' ],
4256
[ 'D', 'ᱫ' ],
57+
[ 'dh', 'ᱰ' ],
4358
[ 'E', 'ᱮ' ],
4459
[ 'F', 'ᱝ' ],
4560
[ 'G', 'ᱜ' ],
@@ -50,12 +65,17 @@ a( function ( $ ) {
5065
[ 'L', '᱿' ],
5166
[ 'M', 'ᱬ' ],
5267
[ 'N', 'ᱸ' ],
68+
[ 'ng', 'ᱰ' ],
69+
[ 'nj', 'ᱰ' ],
70+
[ 'nn', 'ᱰ' ],
5371
[ 'O', 'ᱳ' ],
5472
[ 'P', 'ᱯ' ],
5573
[ 'Q', 'ᱻ' ],
5674
[ 'R', 'ᱨ' ],
75+
[ 'rr', 'ᱰ' ],
5776
[ 'S', 'ᱥ' ],
5877
[ 'T', 'ᱛ' ],
78+
[ 'th', 'ᱰ' ],
5979
[ 'U', 'ᱩ' ],
6080
[ 'V', 'ᱶ' ],
6181
[ 'W', 'ᱶ' ],

0 commit comments

Comments
 (0)