summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarcel Ribeiro Dantas, Ph.D <ribeirodantasdm@gmail.com>2022-07-10 12:18:22 +0200
committerGitHub <noreply@github.com>2022-07-10 12:18:22 +0200
commitfeea0f044a6684377e7580f280a0bf1bd2917cf1 (patch)
treefd2ceaedf6da44830c946a0b98f1d1394dc17519
parentf53fab778833a4e1547acec9c2e6a84fb5f20ccc (diff)
Fix filename and add translator authorship
The incorrect filename in this file was overwriting the same document for the original document in English. This commit fixes this. Besides, the author of the translation had not added his info, so I did.
-rw-r--r--pt-br/make-pt.html.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/pt-br/make-pt.html.markdown b/pt-br/make-pt.html.markdown
index cbdebde7..40ac733a 100644
--- a/pt-br/make-pt.html.markdown
+++ b/pt-br/make-pt.html.markdown
@@ -4,7 +4,9 @@ tool: make
contributors:
- ["Robert Steed", "https://github.com/robochat"]
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
-filename: Makefile
+translators:
+ - ["Rogério Gomes Rio", "https://github.com/rogerlista"]
+filename: Makefile-pt
lang: pt-br
---