From ae832b579932b9b5e3baa07d9005feaea8e071b0 Mon Sep 17 00:00:00 2001 From: cedric karungu Date: Mon, 19 Aug 2024 21:25:11 +0200 Subject: [PATCH] [Improvement]: Global | Translations (#2917) * feat: add missing translate on Dailyplan * feat: translation of plans Menu * feat: Outstading Header * feat: email on Invite Popup * fix: default Issue Type Translation * feat: Manual time Popup --- .../app/[locale]/profile/[memberId]/page.tsx | 3 --- .../manual-time/add-manual-time-modal.tsx | 24 ++++++++--------- .../task/daily-plan/task-estimated-count.tsx | 6 +++-- .../team/invite/invite-email-dropdown.tsx | 6 +++-- apps/web/lib/features/user-profile-plans.tsx | 23 +++++++++------- .../lib/settings/default-issue-type-form.tsx | 2 +- apps/web/locales/ar.json | 27 ++++++++++++++++++- apps/web/locales/bg.json | 27 ++++++++++++++++++- apps/web/locales/de.json | 27 ++++++++++++++++++- apps/web/locales/en.json | 25 +++++++++++++++++ apps/web/locales/es.json | 27 ++++++++++++++++++- apps/web/locales/fr.json | 27 ++++++++++++++++++- apps/web/locales/he.json | 27 ++++++++++++++++++- apps/web/locales/it.json | 27 ++++++++++++++++++- apps/web/locales/nl.json | 27 ++++++++++++++++++- apps/web/locales/pl.json | 27 ++++++++++++++++++- apps/web/locales/pt.json | 27 ++++++++++++++++++- apps/web/locales/ru.json | 27 ++++++++++++++++++- apps/web/locales/zh.json | 27 ++++++++++++++++++- 19 files changed, 372 insertions(+), 41 deletions(-) diff --git a/apps/web/app/[locale]/profile/[memberId]/page.tsx b/apps/web/app/[locale]/profile/[memberId]/page.tsx index 2152a1cf4..cfe785764 100644 --- a/apps/web/app/[locale]/profile/[memberId]/page.tsx +++ b/apps/web/app/[locale]/profile/[memberId]/page.tsx @@ -103,9 +103,6 @@ const Profile = React.memo(function ProfilePage({ params }: { params: { memberId {t('common.MEMBER')} {t('common.NOT_FOUND')}! - - {t('pages.profile.MEMBER_NOT_FOUND_MSG_1')} - {t('pages.profile.MEMBER_NOT_FOUND_MSG_1')} diff --git a/apps/web/lib/features/manual-time/add-manual-time-modal.tsx b/apps/web/lib/features/manual-time/add-manual-time-modal.tsx index 9c9a63431..c2b4ee861 100644 --- a/apps/web/lib/features/manual-time/add-manual-time-modal.tsx +++ b/apps/web/lib/features/manual-time/add-manual-time-modal.tsx @@ -152,7 +152,7 @@ export function AddManualTimeModal(props: IAddManualTimeModalProps) {
- {date ? format(date, "PPP") : Pick a date} + {date ? format(date, "PPP") : {t('manualTime.PICK_A_DATE')}} } @@ -198,7 +198,7 @@ export function AddManualTimeModal(props: IAddManualTimeModalProps) {
- +
t(`manualTime.reasons.${reason}`))} @@ -282,7 +282,7 @@ export function AddManualTimeModal(props: IAddManualTimeModalProps) { />
- +