File tree 3 files changed +33
-0
lines changed
3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 121
121
"schemas" : [
122
122
" xiaobai_simp"
123
123
]
124
+ },
125
+ {
126
+ "repo" : " picado-tv/rime-handarin" ,
127
+ "name" : " 韩官话" ,
128
+ "schemas" : [
129
+ " handarin"
130
+ ],
131
+ "dependencies" : [
132
+ " rime/rime-luna-pinyin"
133
+ ],
134
+ "reverseDependencies" : [
135
+ " rime/rime-stroke"
136
+ ],
137
+ "license" : " GPL-3.0-only"
124
138
}
125
139
]
126
140
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "recipes" : [
3
+ {
4
+ "repo" : " picado-tv/rime-hangul" ,
5
+ "name" : " 도한글" ,
6
+ "schemas" : [
7
+ " hangul"
8
+ ],
9
+ "dependencies" : [
10
+ " picado-tv/rime-handarin"
11
+ ],
12
+ "license" : " GPL-3.0-only"
13
+ }
14
+ ]
15
+ }
Original file line number Diff line number Diff line change 13
13
"key" : " Japanese" ,
14
14
"name" : " 日语"
15
15
},
16
+ {
17
+ "key" : " Korean" ,
18
+ "name" : " 韩语"
19
+ },
16
20
{
17
21
"key" : " Other" ,
18
22
"name" : " 其他"
You can’t perform that action at this time.
0 commit comments