diff options
author | Rodrigo Russo <rodrigozrusso@gmail.com> | 2015-10-19 23:48:17 +0200 |
---|---|---|
committer | Rodrigo Russo <rodrigozrusso@gmail.com> | 2015-10-19 23:48:17 +0200 |
commit | 251ffdf894a697ec58a59d620956f4cca7172810 (patch) | |
tree | 514360d5b905206d6443520cdcaf79333a2f7f7f | |
parent | 2f7c68978bd42cc863985a451d018e20f9711fb8 (diff) |
[yaml/pt-br] fixing contributors and add translators
-rw-r--r-- | pt-br/yaml-pt.html.markdown | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pt-br/yaml-pt.html.markdown b/pt-br/yaml-pt.html.markdown index a7414f2d..93fca3f7 100644 --- a/pt-br/yaml-pt.html.markdown +++ b/pt-br/yaml-pt.html.markdown @@ -2,6 +2,8 @@ language: yaml filename: learnyaml.yaml contributors: + - ["Adam Brenecki", "https://github.com/adambrenecki"] +translators: - ["Rodrigo Russo", "https://github.com/rodrigozrusso"] --- @@ -133,7 +135,7 @@ set: # Como Python, são apenas conjuntos de mapas com valors nulos; o acima é equivalente a: set2: - item1: null - item2: null - item3: null + item1: nulo + item2: nulo + item3: nulo ``` |