Add pt-br i18n (#144)

* Add pt-br i18n

* Fix footer text for pt-br
This commit is contained in:
Luiz F. A. de Prá
2019-02-09 12:36:32 -02:00
committed by GitHub
parent 7528f5bf5e
commit 13c99afe10
16 changed files with 96 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Sorry, this page does not exist.<br />You can head back to <a href="{{ .Site.BaseURL }}">homepage</a>.</p>
<h2>{{ i18n "page_not_found" }}</h2>
<p>{{ i18n "page_does_not_exist" }}<br />{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
</div>
</section>