From a5e5eecf8b3c8944b8432a2c84c329ddd0cd6952 Mon Sep 17 00:00:00 2001 From: Konrad <11725227+mKoonrad@users.noreply.github.com> Date: Wed, 17 Dec 2025 02:02:12 +0100 Subject: [PATCH] fix: mark links for translation (#2333) --- .../app/components/tables/admin-dashboard-users-table.tsx | 3 ++- .../remix/app/components/tables/organisation-groups-table.tsx | 4 +++- apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx | 4 +++- apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx | 4 +++- apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx | 4 +++- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/apps/remix/app/components/tables/admin-dashboard-users-table.tsx b/apps/remix/app/components/tables/admin-dashboard-users-table.tsx index b54b3484e..0a93ec45f 100644 --- a/apps/remix/app/components/tables/admin-dashboard-users-table.tsx +++ b/apps/remix/app/components/tables/admin-dashboard-users-table.tsx @@ -2,6 +2,7 @@ import { useEffect, useMemo, useState, useTransition } from 'react'; import { msg } from '@lingui/core/macro'; import { useLingui } from '@lingui/react'; +import { Trans } from '@lingui/react/macro'; import type { Role, Subscription } from '@prisma/client'; import { Edit, Loader } from 'lucide-react'; import { Link } from 'react-router'; @@ -82,7 +83,7 @@ export const AdminDashboardUsersTable = ({ ); diff --git a/apps/remix/app/components/tables/organisation-groups-table.tsx b/apps/remix/app/components/tables/organisation-groups-table.tsx index b7a8e2582..5656c7580 100644 --- a/apps/remix/app/components/tables/organisation-groups-table.tsx +++ b/apps/remix/app/components/tables/organisation-groups-table.tsx @@ -82,7 +82,9 @@ export const OrganisationGroupsDataTable = () => { cell: ({ row }) => (