From 2e15d809a6a30f0bc38fcd0abe464b8938c8ac4b Mon Sep 17 00:00:00 2001 From: Chris Veleris Date: Thu, 10 Jul 2025 22:38:50 +0300 Subject: [PATCH] Translations, UI --- frontend/components/Navbar.tsx | 32 ++--- .../components/Profile/ProfileSettings.tsx | 6 +- .../components/Project/ProjectDetails.tsx | 4 +- frontend/components/Shared/DatePicker.tsx | 64 +++++---- frontend/components/Shared/ToastContext.tsx | 11 +- frontend/components/Task/TaskHeader.tsx | 134 +++++++++--------- frontend/components/Task/TasksToday.tsx | 8 +- frontend/i18n.ts | 2 +- frontend/styles/tailwind.css | 10 ++ public/locales/de/translation.json | 42 +++++- public/locales/el/translation.json | 25 +++- public/locales/en/translation.json | 56 ++++---- public/locales/es/translation.json | 33 ++++- public/locales/jp/translation.json | 44 +++++- public/locales/ua/translation.json | 42 +++++- 15 files changed, 336 insertions(+), 177 deletions(-) diff --git a/frontend/components/Navbar.tsx b/frontend/components/Navbar.tsx index 289352e..0212bdc 100644 --- a/frontend/components/Navbar.tsx +++ b/frontend/components/Navbar.tsx @@ -117,10 +117,10 @@ const Navbar: React.FC = ({