aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-07-31 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-07-31 00:00:00 +0000
commitbe38f8fb7725828bc5c21906b6c0a72bd8403af46eb36f4c78278afe229d8434 (patch)
treeca724ae46e366c50fbfabf89bc8d2731079815a308cdc644575ee27ca9e6b2d2 /i18n
parent96701f5f94a30f72bb6f3834f0445ce16f899a7e83eed4c74ffd0cc360d4db4e (diff)
Add multilingual support for homepage link
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index b602267..454d56d 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,3 +1,6 @@
[readingTime]
one = "1 minute read"
other = "{{ .Count }} minutes read"
+
+[returnHome]
+ other = "Return to homepage"