From 69d709a2dbfcaf4304d4481f9cb21c7ed8286b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20B=C3=B6ck?= Date: Wed, 28 Oct 2015 23:09:00 -0200 Subject: Haml translation Partial haml translation to pt-br --- pt-br/haml-pt.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3