From ba1289fa99bb775270afb91d639d2f018e23ae0e Mon Sep 17 00:00:00 2001 From: Renato Innocenti Date: Tue, 7 Jul 2020 12:38:00 -0300 Subject: [PATCH] Update module.json --- module.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index 6444b38..3c045ba 100644 --- a/module.json +++ b/module.json @@ -23,7 +23,12 @@ "lang": "fr", "name": "French (FRANCE)", "path": "lang/fr.json" - } + }, + { + "lang": "pt-BR", + "name": "Português (Brasil)", + "path": "lang/pt-BR.json" + } ], "url": "https://github.com/syl3r86/compendium-browser", "manifest": "https://raw.githubusercontent.com/syl3r86/compendium-browser/master/module.json",