mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-25 23:56:32 +02:00
foo bar translation
Forgot to traslate this part
This commit is contained in:
@@ -126,13 +126,13 @@ base: &base
|
|||||||
|
|
||||||
foo:
|
foo:
|
||||||
<<: *base
|
<<: *base
|
||||||
age: 10
|
idade: 10
|
||||||
|
|
||||||
bar:
|
bar:
|
||||||
<<: *base
|
<<: *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.
|
# YAML também tem tags, que você pode usar para declarar explicitamente os tipos.
|
||||||
string_explicita: !!str 0.5
|
string_explicita: !!str 0.5
|
||||||
|
Reference in New Issue
Block a user