mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 06:18:32 +00:00
[yaml/pt-br] fixing contributors and add translators
This commit is contained in:
parent
2f7c68978b
commit
251ffdf894
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user