From 6fa51fcbe9cc87fbdd215b32767f5ee13f74c113 Mon Sep 17 00:00:00 2001 From: Daniel Pessoa Date: Mon, 7 Dec 2020 19:47:31 -0300 Subject: [PATCH] Add new strings available --- i18n/pt-BR.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/i18n/pt-BR.toml b/i18n/pt-BR.toml index eadb640..f9160c9 100644 --- a/i18n/pt-BR.toml +++ b/i18n/pt-BR.toml @@ -29,4 +29,10 @@ other = "Digite algo..." [searchResultTitle] - other = "#PAGES_COUNT páginas (#TIME_SECONDS segundos)" \ No newline at end of file + other = "#PAGES_COUNT páginas (#TIME_SECONDS segundos)" + +[footerBuiltWith] + other = "Criado com {{ .Generator }}" + +[footerDesignedBy] + other = "Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}"