From a48c19986334ed102366d617b7dc8b4b707e9529 Mon Sep 17 00:00:00 2001 From: eunaumtenhoid Date: Sun, 12 Mar 2023 04:08:05 +0000 Subject: [PATCH] Added translation using Weblate (Portuguese (Brazil)) --- 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 d6e9191..ab0fdf9 100644 --- a/module.json +++ b/module.json @@ -62,6 +62,11 @@ "lang": "zh-Hans", "name": "中文(简体)", "path": "lang/zh_Hans.json" + }, + { + "lang": "pt-BR", + "name": "Português (Brasil)", + "path": "lang/pt_BR.json" } ], "relationships": { @@ -81,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