From 24f8fc12b2561858e39349e9bf81ece2e5a5667f Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 5 May 2023 19:46:11 +0000 Subject: [PATCH] Added translation using Weblate (Polish) --- lang/pl.json | 1 + module.json | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 lang/pl.json diff --git a/lang/pl.json b/lang/pl.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/lang/pl.json @@ -0,0 +1 @@ +{} diff --git a/module.json b/module.json index 4217dbb..690c7e6 100644 --- a/module.json +++ b/module.json @@ -43,6 +43,11 @@ "lang": "pt-BR", "name": "Português (Brasil)", "path": "lang/pt-BR.json" + }, + { + "lang": "pl", + "name": "polski", + "path": "lang/pl.json" } ], "url": "https://github.com/manuelVo/foundryvtt-smart-doors", @@ -52,4 +57,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