feat(i18n): localize core dashboard flows

This commit is contained in:
poyrazavsever
2026-07-21 12:48:59 +03:00
parent 206484f0eb
commit 8b3de350c7
15 changed files with 395 additions and 351 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default async function DashboardPage({
}) {
const context = await requireFreelancer();
const resolvedLocale = await resolveFreelancerLocale(context);
const payload = getClientI18nPayload(resolvedLocale.locale, ["dashboard"]);
const payload = getClientI18nPayload(resolvedLocale.locale, ["dashboard", "common"]);
const params = await searchParams;
const range = parseDashboardRange(params.range);