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