From a1749ba64083f1a487983503d19775de912a8b1a Mon Sep 17 00:00:00 2001 From: diyaa Date: Fri, 13 Mar 2026 09:44:31 +0100 Subject: [PATCH] fix: add missing metadata field to dictionary translations --- content/en.ts | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/content/en.ts b/content/en.ts index ba9b7d8..720dc55 100644 --- a/content/en.ts +++ b/content/en.ts @@ -98,7 +98,24 @@ const en: Dictionary = { { key: "github", name: "GitHub", hint: "For repositories, code samples, and project history" }, ], }, - + metadata: { + home: { + comingSoon: { + title: "Coming soon", + description: "A temporary landing page announcing the upcoming launch of the new personal website.", + }, + full: { + title: "Home", + description: "A bilingual professional website presenting technical experience, web development services, and deployment readiness.", + }, + }, + aboutTitle: "About", + aboutDescription: "Learn more about experience, skills, and the working principles behind building modern web products.", + contactTitle: "Contact", + contactDescription: "A contact page ready to surface email and professional profile links directly from configuration.", + notFoundTitle: "Page not found", + notFoundDescription: "The page you requested could not be found. You can return to the home page or switch languages.", + }, }; export default en;