From: Danilo M. Date: Mon, 20 Apr 2026 11:58:45 +0000 (+0200) Subject: feat: add search-related i18n keys for EN and IT X-Git-Tag: release_22042026-1342~67 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=7ac53237b95c798beb57b37f2f7bf38be1f4056b;p=danix.xyz-2.git feat: add search-related i18n keys for EN and IT Adds searchArticles, searchPlaceholder, and noSearchResults keys for both English and Italian translations. All search UI text is now fully localized. Co-Authored-By: Claude Haiku 4.5 --- diff --git a/i18n/en.yaml b/i18n/en.yaml index 96e0a33..2aec63c 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -31,6 +31,9 @@ footer_about_role_value: "Cybersecurity Specialist" footer_about_os_value: "Slackware" footer_about_os_year: "2005–present" footer_about_focus_value: "open-source · privacy" +searchArticles: "Search Articles" +searchPlaceholder: "Search by title or content..." +noSearchResults: "No articles found matching your search." # Articles readMore: "Read more" diff --git a/i18n/it.yaml b/i18n/it.yaml index f387978..c7da72f 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -31,6 +31,9 @@ footer_about_role_value: "Specialista in Cybersecurity" footer_about_os_value: "Slackware" footer_about_os_year: "2005–presente" footer_about_focus_value: "open-source · privacy" +searchArticles: "Cerca Articoli" +searchPlaceholder: "Cerca per titolo o contenuto..." +noSearchResults: "Nessun articolo trovato per la tua ricerca." # Articles readMore: "Continua a leggere"