diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-20 21:01:47 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-20 21:01:47 +0200 |
| commit | 6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8 (patch) | |
| tree | ed2586a3aec2c48b1f6fa90e45514ba3ea397c5f /i18n | |
| parent | c942e4492dbf74a5d41fcbfea22c074b460b50ff (diff) | |
| download | danixxyz-6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8.tar.gz danixxyz-6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8.zip | |
updated i18n files in theme to reflect new variables added. Updated TODO and hugo.toml.
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 1 | ||||
| -rw-r--r-- | i18n/it.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index d0ca1a4..7e8b71f 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -23,6 +23,7 @@ footer_by: "by" footer_love: "love" footer_sleep: "sleep" footer_coffee: "coffee" +footer_about_name: "Name" footer_about_role: "role" footer_about_cert: "cert" footer_about_os: "os" diff --git a/i18n/it.yaml b/i18n/it.yaml index e71f436..43cb604 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -23,6 +23,7 @@ footer_by: "da" footer_love: "amore" footer_sleep: "sonno" footer_coffee: "caffè" +footer_about_name: "Nome" footer_about_role: "ruolo" footer_about_cert: "cert" footer_about_os: "os" |
