Skip to content

Commit

Permalink
Add Korean Rime Schema (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockpicado authored Dec 3, 2023
1 parent 793970e commit a8e16f6
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Chinese/Mandarin/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,20 @@
"schemas": [
"xiaobai_simp"
]
},
{
"repo": "picado-tv/rime-handarin",
"name": "韩官话",
"schemas": [
"handarin"
],
"dependencies": [
"rime/rime-luna-pinyin"
],
"reverseDependencies": [
"rime/rime-stroke"
],
"license": "GPL-3.0-only"
}
]
}
15 changes: 15 additions & 0 deletions Korean/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"recipes": [
{
"repo": "picado-tv/rime-hangul",
"name": "도한글",
"schemas": [
"hangul"
],
"dependencies": [
"picado-tv/rime-handarin"
],
"license": "GPL-3.0-only"
}
]
}
4 changes: 4 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"key": "Japanese",
"name": "日语"
},
{
"key": "Korean",
"name": "韩语"
},
{
"key": "Other",
"name": "其他"
Expand Down

0 comments on commit a8e16f6

Please sign in to comment.