From e1d54ed55d9bad4e01a421e32e00b432bf2aca33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Tue, 14 Mar 2023 16:24:16 +0100 Subject: [PATCH] Use "cn" as language code for Simplified Chinese, as is done by foundry --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index ab0fdf9..eedaa9c 100644 --- a/module.json +++ b/module.json @@ -59,7 +59,7 @@ "path": "lang/zh-tw.json" }, { - "lang": "zh-Hans", + "lang": "cn", "name": "中文(简体)", "path": "lang/zh_Hans.json" }, @@ -86,4 +86,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 +}