From be9535acd3ee44abec209b4d12a75ef0915f737e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 8 Jul 2021 17:32:17 +0200 Subject: [PATCH] Add korean translation to manifest and readme --- README.md | 1 + module.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index ea4f13f..89a8254 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Drag Ruler is available in the follwing languages: - English - German - Japanese (thanks to touge) +- Korean (thanks to KLO#1490) ## API *Audience: This paragraph is intended for module and system devleopers that want to add more complex behavior to Drag Ruler. If you just want to use this plugins features skip this paragraph.* diff --git a/module.json b/module.json index 689048a..7961644 100644 --- a/module.json +++ b/module.json @@ -35,6 +35,11 @@ "name": "日本語", "path": "lang/ja.json" }, + { + "lang": "ko", + "name": "한국어", + "path": "lang/ko.json" + }, { "lang": "zh-tw", "name": "正體中文",