diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-07-31 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-07-31 00:00:00 +0000 |
commit | be38f8fb7725828bc5c21906b6c0a72bd8403af46eb36f4c78278afe229d8434 (patch) | |
tree | ca724ae46e366c50fbfabf89bc8d2731079815a308cdc644575ee27ca9e6b2d2 /i18n | |
parent | 96701f5f94a30f72bb6f3834f0445ce16f899a7e83eed4c74ffd0cc360d4db4e (diff) | |
download | hugo-theme-journal-be38f8fb7725828bc5c21906b6c0a72bd8403af46eb36f4c78278afe229d8434.tar.gz hugo-theme-journal-be38f8fb7725828bc5c21906b6c0a72bd8403af46eb36f4c78278afe229d8434.zip |
Add multilingual support for homepage link
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 3 |
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" |