File tree Expand file tree Collapse file tree 1 file changed +27
-7
lines changed Expand file tree Collapse file tree 1 file changed +27
-7
lines changed Original file line number Diff line number Diff line change 1
- a ( function ( $ ) {
1
+ ( function ( $ ) {
2
2
'use strict' ;
3
3
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 ' ,
10
10
license : 'GPLv3' ,
11
11
version : '1.0' ,
12
+ contextLength : 1 ,
13
+ maxKeyLength : 3 ,
12
14
patterns : [
13
15
[ 'a' , 'ᱟ' ] ,
16
+ [ 'ai' , 'ᱰ' ] ,
17
+ [ 'au' , 'ᱰ' ] ,
14
18
[ 'b' , 'ᱵ' ] ,
15
19
[ 'c' , 'ᱰ' ] ,
20
+ [ 'ch' , 'ᱰ' ] ,
16
21
[ 'd' , 'ᱰ' ] ,
22
+ [ 'dh' , 'ᱰ' ] ,
17
23
[ 'e' , 'ᱮ' ] ,
18
24
[ 'f' , 'ᱝ' ] ,
19
25
[ 'g' , 'ᱜ' ] ,
@@ -24,22 +30,31 @@ a( function ( $ ) {
24
30
[ 'l' , 'ᱞ' ] ,
25
31
[ 'm' , 'ᱢ' ] ,
26
32
[ 'n' , 'ᱱ' ] ,
33
+ [ 'ng' , 'ᱰ' ] ,
34
+ [ 'nj' , 'ᱰ' ] ,
35
+ [ 'nn' , 'ᱰ' ] ,
27
36
[ 'o' , 'ᱚ' ] ,
28
37
[ 'p' , 'ᱯ' ] ,
29
38
[ 'q' , 'ᱧ' ] ,
30
39
[ 'r' , 'ᱨ' ] ,
40
+ [ 'rr' , 'ᱰ' ] ,
31
41
[ 's' , 'ᱥ' ] ,
32
42
[ 't' , 'ᱴ' ] ,
43
+ [ 'th' , 'ᱰ' ] ,
33
44
[ 'u' , 'ᱩ' ] ,
34
45
[ 'v' , 'ᱶ' ] ,
35
46
[ 'w' , 'ᱶ' ] ,
36
47
[ 'x' , 'ᱽ' ] ,
37
48
[ 'y' , 'ᱭ' ] ,
38
49
[ 'z' , 'ᱲ' ] ,
39
50
[ 'A' , 'ᱟ' ] ,
51
+ [ 'ai' , 'ᱰ' ] ,
52
+ [ 'au' , 'ᱰ' ] ,
40
53
[ 'B' , 'ᱵ' ] ,
41
54
[ 'C' , 'ᱪ' ] ,
55
+ [ 'ch' , 'ᱰ' ] ,
42
56
[ 'D' , 'ᱫ' ] ,
57
+ [ 'dh' , 'ᱰ' ] ,
43
58
[ 'E' , 'ᱮ' ] ,
44
59
[ 'F' , 'ᱝ' ] ,
45
60
[ 'G' , 'ᱜ' ] ,
@@ -50,12 +65,17 @@ a( function ( $ ) {
50
65
[ 'L' , '᱿' ] ,
51
66
[ 'M' , 'ᱬ' ] ,
52
67
[ 'N' , 'ᱸ' ] ,
68
+ [ 'ng' , 'ᱰ' ] ,
69
+ [ 'nj' , 'ᱰ' ] ,
70
+ [ 'nn' , 'ᱰ' ] ,
53
71
[ 'O' , 'ᱳ' ] ,
54
72
[ 'P' , 'ᱯ' ] ,
55
73
[ 'Q' , 'ᱻ' ] ,
56
74
[ 'R' , 'ᱨ' ] ,
75
+ [ 'rr' , 'ᱰ' ] ,
57
76
[ 'S' , 'ᱥ' ] ,
58
77
[ 'T' , 'ᱛ' ] ,
78
+ [ 'th' , 'ᱰ' ] ,
59
79
[ 'U' , 'ᱩ' ] ,
60
80
[ 'V' , 'ᱶ' ] ,
61
81
[ 'W' , 'ᱶ' ] ,
You can’t perform that action at this time.
0 commit comments