From 3b3a6cb87e0086ef143475bc3ae3803cf9229c1e Mon Sep 17 00:00:00 2001 From: eunaumtenhoid Date: Tue, 18 Oct 2022 21:38:26 +0000 Subject: [PATCH] Added translation using Weblate (Portuguese) --- lang/pt_BR.json | 1 + module.json | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 lang/pt_BR.json diff --git a/lang/pt_BR.json b/lang/pt_BR.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/lang/pt_BR.json @@ -0,0 +1 @@ +{} diff --git a/module.json b/module.json index f5011bd..d1d2487 100644 --- a/module.json +++ b/module.json @@ -38,6 +38,11 @@ "lang": "ja", "name": "日本語", "path": "lang/ja.json" + }, + { + "lang": "pt-BR", + "name": "Português", + "path": "lang/pt_BR.json" } ], "url": "https://github.com/manuelVo/foundryvtt-smart-doors", @@ -47,4 +52,4 @@ "changelog": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/CHANGELOG.md", "bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues", "allowBugReporter": true -} +} \ No newline at end of file