From f9017d962c4eaffd756503a27e834921d542e8cf Mon Sep 17 00:00:00 2001 From: TFT Date: Thu, 9 Oct 2025 14:42:04 +0300 Subject: [PATCH] add localization for date and add location --- src/app/[locale]/page.tsx | 2 +- translations/en.json | 3 ++- translations/et.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx index 76a7f8a..1e47058 100644 --- a/src/app/[locale]/page.tsx +++ b/src/app/[locale]/page.tsx @@ -131,7 +131,7 @@ export default async function Home({

- 24.-26. okt. + {t("home.sections.dateAndLocation")}

{/* Sponsors */} diff --git a/translations/en.json b/translations/en.json index 8e41706..ad03969 100644 --- a/translations/en.json +++ b/translations/en.json @@ -50,7 +50,8 @@ "description": "The TipiLAN expo area hosts companies, additional activities and lectures." }, "reserveSpot": "Reserve your spot today!", - "poweredBy": "TipiLAN is powered by..." + "poweredBy": "TipiLAN is powered by...", + "dateAndLocation": "24th-26th Oct. @ TalTech main building" } }, "tickets": { diff --git a/translations/et.json b/translations/et.json index de253c9..2f3961d 100644 --- a/translations/et.json +++ b/translations/et.json @@ -50,7 +50,8 @@ "description": "TipiLANi messialal paiknevad ettevõtted, lisategevused ja toimuvad loengud." }, "reserveSpot": "Broneeri oma koht juba täna!", - "poweredBy": "TipiLANi tõmbab käima..." + "poweredBy": "TipiLANi tõmbab käima...", + "dateAndLocation": "24.-26. okt. TalTechi peahoones" } }, "tickets": {