From 327e3aa7dccebd7a842867c423cfd969664606d4 Mon Sep 17 00:00:00 2001 From: kabrunko-dev Date: Tue, 12 Dec 2023 13:49:54 -0300 Subject: [PATCH] chore: add config for pt-BR and my contribution in all-contrubutorsrc --- .all-contributorsrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2c4b901..92783d5 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -22,7 +22,11 @@ }, "translation-pt": { "symbol": "🇵🇹", - "description": "Translate in Portugese" + "description": "Translate in Portuguese" + }, + "translation-pt-BR": { + "symbol": "🇧🇷", + "description": "Translate in Brazilian Portuguese" } }, "contributors": [ @@ -117,6 +121,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/61125174?v=4", "profile": "https://github.com/ho-ssain", "contributions": ["doc"] + }, + { + "login": "kabrunko-dev", + "name": "Diogo Nishikawa", + "avatar_url": "https://avatars.githubusercontent.com/u/142346548?v=4", + "profile": "https://github.com/kabrunko-dev/", + "contributions": ["translation-pt-BR"] } ], "contributorsPerLine": 7,