From 97ebd4816deddfc601a82c7dabeef6382cc3a7c1 Mon Sep 17 00:00:00 2001 From: Leonardo Bighi Date: Thu, 26 Aug 2021 20:15:30 -0300 Subject: [PATCH] Add pt.json to system.json --- system.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system.json b/system.json index 0b79e96..91e6d3e 100644 --- a/system.json +++ b/system.json @@ -38,6 +38,11 @@ "lang": "de", "name": "Deutsch", "path": "lang/de.json" + }, + { + "lang": "pt", + "name": "Portuguese", + "path": "lang/pt.json" } ], "url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/",