summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCássio Böck <cassio.bock@gmail.com>2015-10-28 23:09:00 -0200
committerCássio Böck <cassio.bock@gmail.com>2015-10-28 23:09:00 -0200
commit69d709a2dbfcaf4304d4481f9cb21c7ed8286b22 (patch)
tree712811ef484b9d0711eb7ee4fb98f4c12a7a7872
parent8cac01c1b01fcb065b95e7b382449c6d0314d1cd (diff)
Haml translation
Partial haml translation to pt-br
-rw-r--r--pt-br/haml-pt.html.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/pt-br/haml-pt.html.markdown b/pt-br/haml-pt.html.markdown
index bff4bdee..77e0fc0f 100644
--- a/pt-br/haml-pt.html.markdown
+++ b/pt-br/haml-pt.html.markdown
@@ -6,8 +6,7 @@ contributors:
translators:
- ["Cássio Böck", "https://github.com/cassiobsilva"]
---
-
-Haml is a markup language predominantly used with Ruby that cleanly and simply describes the HTML of any web document without the use of inline code. It is a popular alternative to using Rails templating language (.erb) and allows you to embed Ruby code into your markup.
+Haml é uma linguagem de marcação predominantemente usada em conjunto com Ruby, ela descrever de forma simples e clara o código HTML das páginas sem a utilização de código inline. É uma alternativa popular ao uso da linguagem de templating (.erb) e que permite o uso de código Ruby em sua marcação.
It aims to reduce repetition in your markup by closing tags for you based on the structure of the indents in your code. The result is markup that is well-structured, DRY, logical, and easier to read.