Add korean translation to manifest and readme

This commit is contained in:
Manuel Vögele
2021-07-08 17:32:17 +02:00
parent 530a16ca5d
commit be9535acd3
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ Drag Ruler is available in the follwing languages:
- English - English
- German - German
- Japanese (thanks to touge) - Japanese (thanks to touge)
- Korean (thanks to KLO#1490)
## API ## 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.* *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.*
+5
View File
@@ -35,6 +35,11 @@
"name": "日本語", "name": "日本語",
"path": "lang/ja.json" "path": "lang/ja.json"
}, },
{
"lang": "ko",
"name": "한국어",
"path": "lang/ko.json"
},
{ {
"lang": "zh-tw", "lang": "zh-tw",
"name": "正體中文", "name": "正體中文",