diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-01 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-01 00:00:00 +0000 |
commit | 128a10fd3bae307ab4c092cc78ea6071f18ddd29c8b58c0d414acf3980e2c8d6 (patch) | |
tree | 291572e223a939aa756ad6fe9628d89c4138ed138b6a6e0d43f8b8f81e0ae564 /i18n | |
parent | 901a710c500f6a5a93f0866849714c58c448b84aed40160c9f53cdde71774f1f (diff) | |
download | hugo-theme-journal-128a10fd3bae307ab4c092cc78ea6071f18ddd29c8b58c0d414acf3980e2c8d6.tar.gz hugo-theme-journal-128a10fd3bae307ab4c092cc78ea6071f18ddd29c8b58c0d414acf3980e2c8d6.zip |
Add multilingual support for single pages
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 7768b49..74cc3b0 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -19,3 +19,6 @@ [journalEntries] other = "Journal Entries" + +[links] + other = "Links" |