diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-07-31 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-01 00:00:00 +0000 |
commit | e2c122bd5d738261a14e05648ee261f816b342b7909a9bfc873be8c8db3e1d98 (patch) | |
tree | ba9bf6ee4321603ddf1fdb298175cd6cadc3f22967eae8318dd7c10314a3b0da /i18n | |
parent | be38f8fb7725828bc5c21906b6c0a72bd8403af46eb36f4c78278afe229d8434 (diff) | |
download | hugo-theme-journal-e2c122bd5d738261a14e05648ee261f816b342b7909a9bfc873be8c8db3e1d98.tar.gz hugo-theme-journal-e2c122bd5d738261a14e05648ee261f816b342b7909a9bfc873be8c8db3e1d98.zip |
Add multilingual support for taxonomies
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 454d56d..e1511d7 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -4,3 +4,15 @@ [returnHome] other = "Return to homepage" + +[list] + other = "List" + +[feeds] + other = "Feeds" + +[atomFeed] + other = "Atom Feed" + +[tags] + other = "Tags" |