From 9108c989209b1a1acb1a05e366d6548c76ea16aa Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 16 Apr 2026 16:23:50 +0200 Subject: feat: make breadcrumb navigation multilingual with proper links - Added language-aware breadcrumb links (IT uses /it/ subdir, EN uses root) - Added 'home' translation key to both i18n files - Breadcrumb now displays translated labels and correct URLs for each language Co-Authored-By: Claude Haiku 4.5 --- i18n/en.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'i18n/en.yaml') diff --git a/i18n/en.yaml b/i18n/en.yaml index 64b0a26..d543e6f 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,4 +1,5 @@ # Navigation & UI +home: "Home" articles: "Articles" about: "About" here: "Contact" -- cgit v1.2.3