diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-20 12:51:12 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-20 12:51:12 +0200 |
| commit | fc6a430acb80824501861f16dcfd3ebcd7ff92bd (patch) | |
| tree | 29f0fe015b12905b69a184c5877fca2ac6255f55 /i18n/en.yaml | |
| parent | 133a26b48c13c2ca6ffa01624552d995b5ab8fab (diff) | |
| download | danixxyz-fc6a430acb80824501861f16dcfd3ebcd7ff92bd.tar.gz danixxyz-fc6a430acb80824501861f16dcfd3ebcd7ff92bd.zip | |
refactor: localize footer copyright bar and about section labels/values
Add i18n keys for all footer text:
- Copyright bar: "Made with X lack of Y lots of Z by"
- Screen-reader text: love, sleep, coffee
- About section labels: role, cert, os, focus
- About section values: Cybersecurity Specialist, Slackware, OS year range, open-source · privacy
English and Italian translations provided.
All footer text now responds to language selection with no hardcoded strings.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'i18n/en.yaml')
| -rw-r--r-- | i18n/en.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 874c0e6..96e0a33 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -16,6 +16,21 @@ links: "Links" allRightsReserved: "All rights reserved." footer_built_with: "built with" footer_features: "features" +footer_made_with: "Made with" +footer_lack_of: "lack of" +footer_lots_of: "lots of" +footer_by: "by" +footer_love: "love" +footer_sleep: "sleep" +footer_coffee: "coffee" +footer_about_role: "role" +footer_about_cert: "cert" +footer_about_os: "os" +footer_about_focus: "focus" +footer_about_role_value: "Cybersecurity Specialist" +footer_about_os_value: "Slackware" +footer_about_os_year: "2005–present" +footer_about_focus_value: "open-source · privacy" # Articles readMore: "Read more" |
