diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-20 13:58:45 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-20 13:58:45 +0200 |
| commit | 7ac53237b95c798beb57b37f2f7bf38be1f4056b (patch) | |
| tree | fe7de482079fc6f87737d668a5a50c73440a91e4 /i18n | |
| parent | deca83c07a15bc1ba49fc2c0816b6f92390183b1 (diff) | |
| download | danixxyz-7ac53237b95c798beb57b37f2f7bf38be1f4056b.tar.gz danixxyz-7ac53237b95c798beb57b37f2f7bf38be1f4056b.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 3 | ||||
| -rw-r--r-- | i18n/it.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
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" |
