Skip to content

Commit a8e16f6

Browse files
authored
Add Korean Rime Schema (#7)
1 parent 793970e commit a8e16f6

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

Chinese/Mandarin/index.json

+14
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,20 @@
121121
"schemas": [
122122
"xiaobai_simp"
123123
]
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"
124138
}
125139
]
126140
}

Korean/index.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
}

index.json

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"key": "Japanese",
1414
"name": "日语"
1515
},
16+
{
17+
"key": "Korean",
18+
"name": "韩语"
19+
},
1620
{
1721
"key": "Other",
1822
"name": "其他"

0 commit comments

Comments
 (0)