Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/ui-config/menu-items/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ const moreMenuItems: MoreMenuItem[] = [
title: t`Legacy Markets`,
icon: <ArrowCircleRightIcon />,
},
{
link: 'https://v2-market.aave.com/',
title: t`V2 Market`,
icon: <ArrowCircleRightIcon />,
Comment on lines +70 to +73
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new Lingui msgid V2 Market (tV2 Market) is introduced here, but the locale catalogs don’t currently contain it. In this repo, each locale commits both messages.po and compiled messages.js, so please run the Lingui extract/compile workflow and commit the updated src/locales/*/messages.po and src/locales/*/messages.js entries for this string.

Copilot uses AI. Check for mistakes.
},
];

const fiatEnabled = process.env.NEXT_PUBLIC_FIAT_ON_RAMP;
Expand Down
Loading