From 46f2239c151b3cbe404f60e718b737f7243e74cd Mon Sep 17 00:00:00 2001 From: CaioLourencio <112817436+CaioLourencio@users.noreply.github.com> Date: Fri, 9 Sep 2022 20:15:47 -0300 Subject: [PATCH] Update system.json --- system.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index c2be162..a0a477d 100644 --- a/system.json +++ b/system.json @@ -41,7 +41,11 @@ "lang": "it", "name": "Italian", "path": "lang/it.json" - } + }, + { + "lang": "pt-BR", + "name": "Brazilian Portuguese", + "path": "lang/pt-BR.json" } ], "gridDistance": 5, "gridUnits": "ft", @@ -51,4 +55,4 @@ "manifest": "THIS IS GENERATED", "download": "THIS IS GENERATED", "license": "MIT" -} \ No newline at end of file +}