From 7ac53237b95c798beb57b37f2f7bf38be1f4056b Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 20 Apr 2026 13:58:45 +0200 Subject: 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 --- i18n/en.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i18n/en.yaml') 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" -- cgit v1.2.3