From 19feebccf78803819082940de94d1881b117d105 Mon Sep 17 00:00:00 2001 From: dannyloxavier Date: Mon, 28 Mar 2022 14:18:45 -0300 Subject: foo bar translation Forgot to traslate this part --- pt-br/yaml-pt.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pt-br/yaml-pt.html.markdown b/pt-br/yaml-pt.html.markdown index 6e8fddb3..732a36ad 100644 --- a/pt-br/yaml-pt.html.markdown +++ b/pt-br/yaml-pt.html.markdown @@ -126,13 +126,13 @@ base: &base foo: <<: *base - age: 10 + idade: 10 bar: <<: *base - age: 20 + idade: 20 -# foo and bar would also have name: Everyone has same name +# foo e bar terão o mesmo nome: Todos possuem o mesmo nome # YAML também tem tags, que você pode usar para declarar explicitamente os tipos. string_explicita: !!str 0.5 -- cgit v1.2.3