1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-14 10:45:06 +02:00

[yaml/pt-br] fixing contributors and add translators

This commit is contained in:
Rodrigo Russo
2015-10-19 23:48:17 +02:00
parent 2f7c68978b
commit 251ffdf894

View File

@@ -2,6 +2,8 @@
language: yaml language: yaml
filename: learnyaml.yaml filename: learnyaml.yaml
contributors: contributors:
- ["Adam Brenecki", "https://github.com/adambrenecki"]
translators:
- ["Rodrigo Russo", "https://github.com/rodrigozrusso"] - ["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: # Como Python, são apenas conjuntos de mapas com valors nulos; o acima é equivalente a:
set2: set2:
item1: null item1: nulo
item2: null item2: nulo
item3: null item3: nulo
``` ```