From 7a3b547741ca863becd7924981d1a66fe7574b95 Mon Sep 17 00:00:00 2001 From: bnp800 Date: Sat, 11 Feb 2023 03:35:31 +0000 Subject: [PATCH] Added translation using Weblate (Chinese (Simplified)) --- lang/zh_Hans.json | 1 + module.json | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 lang/zh_Hans.json diff --git a/lang/zh_Hans.json b/lang/zh_Hans.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/lang/zh_Hans.json @@ -0,0 +1 @@ +{} diff --git a/module.json b/module.json index 1c87b32..fb77725 100644 --- a/module.json +++ b/module.json @@ -57,6 +57,11 @@ "lang": "zh-tw", "name": "正體中文", "path": "lang/zh-tw.json" + }, + { + "lang": "zh-Hans", + "name": "中文(简体)", + "path": "lang/zh_Hans.json" } ], "relationships": { @@ -76,4 +81,4 @@ "changelog": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/CHANGELOG.md", "bugs": "https://github.com/manuelVo/foundryvtt-drag-ruler/issues", "allowBugReporter": true -} +} \ No newline at end of file