Skip to content

Commit 22a887d

Browse files
committed
add translations for desc and alts in learning-tools.tsx
1 parent 2049aab commit 22a887d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/pages/developers/learning-tools.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,19 @@ const LearningToolsPage = ({
132132
},
133133
{
134134
name: "ChainIDE",
135-
description: "page-learning-tools-chainIDE-description",
135+
description: t("page-learning-tools-chainIDE-description"),
136136
url: "https://chainide.com/",
137137
image: getImage(data.chainIDE)!,
138-
alt: "page-learning-tools-chainIDE-logo-alt",
138+
alt: t("page-learning-tools-chainIDE-logo-alt"),
139139
background: "#2C60A3",
140140
subjects: ["Solidity", "web3"],
141141
},
142142
{
143143
name: "Tenderly",
144-
description: "page-learning-tools-tenderly-description",
144+
description: t("page-learning-tools-tenderly-description"),
145145
url: "https://sandbox.tenderly.co",
146146
image: getImage(data.tenderly)!,
147-
alt: "page-learning-tools-tenderly-logo-alt",
147+
alt: t("page-learning-tools-tenderly-logo-alt"),
148148
background: "#0f1524",
149149
subjects: ["Solidity", "Vyper", "web3"],
150150
},
@@ -231,10 +231,10 @@ const LearningToolsPage = ({
231231
},
232232
{
233233
name: "Metaschool",
234-
description: "page-learning-tools-metaschool-description",
234+
description: t("page-learning-tools-metaschool-description"),
235235
url: "https://metaschool.so",
236236
image: getImage(data.metaschool)!,
237-
alt: "page-learning-tools-metaschool-logo-alt",
237+
alt: t("page-learning-tools-metaschool-logo-alt"),
238238
background: "#f6f7f9",
239239
subjects: ["Solidity", "web3"],
240240
},
@@ -277,10 +277,10 @@ const LearningToolsPage = ({
277277
},
278278
{
279279
name: "Alchemy University",
280-
description: "page-learning-tools-alchemy-university-description",
280+
description: t("page-learning-tools-alchemy-university-description"),
281281
url: "https://university.alchemy.com/",
282282
image: getImage(data.alchemyuniversity)!,
283-
alt: "page-learning-tools-alchemy-university-logo-alt",
283+
alt: t("page-learning-tools-alchemy-university-logo-alt"),
284284
background: "#ffffff",
285285
subjects: ["Solidity", "web3"],
286286
},

0 commit comments

Comments
 (0)