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 +}