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 | 901a710c500f6a5a93f0866849714c58c448b84aed40160c9f53cdde71774f1f (patch) | |
tree | 01377807abcb65ff064962e4e7bdae32d45dae4e10c2a9c843b6369d2e04de4e /i18n/en.toml | |
parent | e2c122bd5d738261a14e05648ee261f816b342b7909a9bfc873be8c8db3e1d98 (diff) | |
download | hugo-theme-journal-901a710c500f6a5a93f0866849714c58c448b84aed40160c9f53cdde71774f1f.tar.gz hugo-theme-journal-901a710c500f6a5a93f0866849714c58c448b84aed40160c9f53cdde71774f1f.zip |
Add multilingual support for sections
Diffstat (limited to 'i18n/en.toml')
-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 e1511d7..7768b49 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -16,3 +16,6 @@ [tags] other = "Tags" + +[journalEntries] + other = "Journal Entries" |