From a8e16f697b598fc5fed565926817f04734f9fe33 Mon Sep 17 00:00:00 2001 From: rockpicado <81575252+rockpicado@users.noreply.github.com> Date: Mon, 4 Dec 2023 00:40:39 +0900 Subject: [PATCH] Add Korean Rime Schema (#7) --- Chinese/Mandarin/index.json | 14 ++++++++++++++ Korean/index.json | 15 +++++++++++++++ index.json | 4 ++++ 3 files changed, 33 insertions(+) create mode 100644 Korean/index.json diff --git a/Chinese/Mandarin/index.json b/Chinese/Mandarin/index.json index 6818bf2..1a751cb 100644 --- a/Chinese/Mandarin/index.json +++ b/Chinese/Mandarin/index.json @@ -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" } ] } diff --git a/Korean/index.json b/Korean/index.json new file mode 100644 index 0000000..56b1cd9 --- /dev/null +++ b/Korean/index.json @@ -0,0 +1,15 @@ +{ + "recipes": [ + { + "repo": "picado-tv/rime-hangul", + "name": "도한글", + "schemas": [ + "hangul" + ], + "dependencies": [ + "picado-tv/rime-handarin" + ], + "license": "GPL-3.0-only" + } + ] +} diff --git a/index.json b/index.json index 7b781a8..015cc29 100644 --- a/index.json +++ b/index.json @@ -13,6 +13,10 @@ "key": "Japanese", "name": "日语" }, + { + "key": "Korean", + "name": "韩语" + }, { "key": "Other", "name": "其他"