♻️ Remove references to next-i18next (#1597)

This commit is contained in:
Luke Vella 2025-03-04 16:15:10 +00:00 committed by GitHub
parent 53e50cd8c7
commit f0358a10a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 111 additions and 139 deletions

View file

@ -7,11 +7,11 @@ import { FormMessage } from "@rallly/ui/form";
import { Input } from "@rallly/ui/input";
import * as Sentry from "@sentry/nextjs";
import { TRPCClientError } from "@trpc/client";
import { useTranslation } from "next-i18next";
import { useForm } from "react-hook-form";
import z from "zod";
import { usePoll } from "@/contexts/poll";
import { useTranslation } from "@/i18n/client";
import { useAddParticipantMutation } from "./poll/mutations";
import VoteIcon from "./poll/vote-icon";