aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 01:10:22 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 01:10:22 -0300
commit77893ccf469ace26f2fb32583777f6af3a281e87 (patch)
treeaeb6aaa59cfc3963ec5415d246f4f35c27f36574 /i18n
parentcfb20f68513fda3a72f49c43da6fa84190855d25 (diff)
downloadhugo-bearcub-77893ccf469ace26f2fb32583777f6af3a281e87.tar.gz
hugo-bearcub-77893ccf469ace26f2fb32583777f6af3a281e87.tar.bz2
Move 'reply by email' button to the bottom of every post
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/pt.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index b7738dd..15a8569 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -7,5 +7,8 @@
[email-subject]
other = "Reply to "
+[email-reply]
+ other = "Reply to this post by email"
+
[skip-link]
other = "Skip to main content" \ No newline at end of file
diff --git a/i18n/pt.toml b/i18n/pt.toml
index 33fc65f..ad228ab 100644
--- a/i18n/pt.toml
+++ b/i18n/pt.toml
@@ -7,5 +7,8 @@
[email-subject]
other = "Resposta a "
+[email-reply]
+ other = "Responda a este post por email"
+
[skip-link]
other = "Pular para conteúdo principal" \ No newline at end of file