diff --git a/i18n/br.yaml b/i18n/br.yaml
new file mode 100644
index 0000000..214c738
--- /dev/null
+++ b/i18n/br.yaml
@@ -0,0 +1,64 @@
+# Content
+- id: dateFormat
+ translation: "2 de Janeiro de 2006"
+- id: shortdateFormat
+ translation: "02/Jan/2006 15:04:05"
+- id: postedOnDate
+ translation: "Postado em {{ .Count }}"
+- id: lastModified
+ translation: "(Ultima modificação em {{ .Count }})"
+- id: translationsLabel
+ translation: "Outras linguagens: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Saiba mais"
+- id: olderPosts
+ translation: "Posts antigos"
+- id: newerPosts
+ translation: "Posts novos"
+- id: previousPost
+ translation: "Post anterior"
+- id: nextPost
+ translation: "Próximo Post"
+- id: readTime
+ translation: "minutos"
+- id: words
+ translation: "palavras"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Opa, a página não existe"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: 'Hugo v{{ .Hugo.Version }} powered • Tema por Beautiful Jekyll adaptado para Beautiful Hugo'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Ver navegação"
+- id: languageSwitcherLabel
+ translation: "Idioma"
+- id: gcseLabelShort
+ translation: "Buscar"
+- id: gcseLabelLong
+ translation: "Buscar {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Fechar"
+
+# Staticman
+- id: noComment
+ translation: "Sem comentários"
+- id: oneComment
+ translation: "comentário"
+- id: moreComment
+ translation: "comentários"
+- id: useMarkdown
+ translation: "Você pode usar sintaxe MarkDown"
+- id: yourName
+ translation: "Seu nome"
+- id: yourEmail
+ translation: "Seu email"
+- id: yourWebsite
+ translation: "Seu website"