Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/locales/el/messages.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/en/messages.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2629,6 +2629,10 @@ msgstr "Ltv validation failed"
msgid "Maximum amount available to supply is <0/> {0} (<1/>)."
msgstr "Maximum amount available to supply is <0/> {0} (<1/>)."

#: src/ui-config/menu-items/index.tsx
msgid "V2 Market"
msgstr "V2 Market"

#: src/components/transactions/Repay/RepayModalContent.tsx
msgid "You don’t have enough funds in your wallet to repay the full amount. If you proceed to repay with your current amount of funds, you will still have a small borrowing position in your dashboard."
msgstr "You don’t have enough funds in your wallet to repay the full amount. If you proceed to repay with your current amount of funds, you will still have a small borrowing position in your dashboard."
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es/messages.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/fr/messages.js

Large diffs are not rendered by default.

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