diff options
author | dannyloxavier <dannylo.xavier@gmail.com> | 2022-03-28 14:18:45 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 14:18:45 -0300 |
commit | 19feebccf78803819082940de94d1881b117d105 (patch) | |
tree | f617c8f195491291a42c07964acb88c8e3303a48 | |
parent | 0f6e59d349808350e2253716f4e402c28d7e5824 (diff) |
foo bar translation
Forgot to traslate this part
-rw-r--r-- | pt-br/yaml-pt.html.markdown | 6 |
1 files 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 |