Skip to content

Commit a76a0fe

Browse files
committed
intl: extract string
1 parent bb09b9a commit a76a0fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/[locale]/apps/categories/[catetgoryName]/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ const Page = async ({
9696
<Breadcrumb>
9797
<BreadcrumbList>
9898
<BreadcrumbItem>
99-
<BreadcrumbLink href="/apps">ALL APPS</BreadcrumbLink>
99+
<BreadcrumbLink href="/apps" className="uppercase">
100+
{t("page-apps-all-apps")}
101+
</BreadcrumbLink>
100102
</BreadcrumbItem>
101103
<BreadcrumbSeparator className="me-[0.625rem] ms-[0.625rem] text-gray-400">
102104
/

src/intl/en/page-apps.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"page-apps-all-apps": "All apps",
23
"page-apps-dapp-description-cent": "A social network where you earn money by posting NFTs.",
34
"page-apps-dapp-description-decentraland": "Collect, trade virtual land in a virtual world you can explore.",
45
"page-apps-dapp-description-ens": "User-friendly names for Ethereum addresses and decentralized sites.",

0 commit comments

Comments
 (0)