aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 17:17:51 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 17:17:51 -0300
commit7a4c8fd24bc6dd6d06898dd51f856cfa3a6c43af (patch)
treea641079f809f2382a54647c996bc8e84ba258d3f /i18n
parent4b84339a4f58fec235845e4d1e56cd4667879526 (diff)
downloadhugo-bearcub-7a4c8fd24bc6dd6d06898dd51f856cfa3a6c43af.tar.gz
hugo-bearcub-7a4c8fd24bc6dd6d06898dd51f856cfa3a6c43af.tar.bz2
Less menus on config
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml5
-rw-r--r--i18n/pt.toml5
2 files changed, 8 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index df177f0..64671c0 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,2 +1,5 @@
[filtering-for]
- other = 'Filtering for' \ No newline at end of file
+ other = 'Filtering for'
+
+[email-subject]
+ other = 'Reply to ' \ No newline at end of file
diff --git a/i18n/pt.toml b/i18n/pt.toml
index 23d03fb..476df2b 100644
--- a/i18n/pt.toml
+++ b/i18n/pt.toml
@@ -1,2 +1,5 @@
[filtering-for]
- other = 'Filtrando para' \ No newline at end of file
+ other = 'Filtrando para'
+
+[email-subject]
+ other = 'Resposta a ' \ No newline at end of file