diff options
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" |