Skip to content

Commit a94aff1

Browse files
committed
setup translation
1 parent cb55759 commit a94aff1

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

src/intl/en/page-learn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"online-communities-card-description": "Online communities provide a great opportunity to ask more specific questions or get involved.",
101101
"online-communities-card-button": "Explore communities",
102102
"books-about-ethereum": "Books about Ethereum and Cryptocurrencies",
103+
"proof-of-stake-title": "Proof of Stake",
103104
"proof-of-stake-description": "September 13, 2022 - Vitalik Buterin, Nathan Schneider",
104105
"cryptopians-title": "The Cryptopians",
105106
"cryptopians-description": "February 22, 2022 - Laura Shin",

src/pages/learn/index.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -799,14 +799,6 @@ const LearnPage = ({ data }: PageProps<Queries.LearnPageQuery, Context>) => {
799799
<Translation id="books-about-ethereum" />
800800
</h3>
801801
<ul>
802-
<li>
803-
<Link to="https://www.goodreads.com/en/book/show/59892281-proof-of-stake">
804-
Proof of Stake
805-
</Link>{" "}
806-
<i>
807-
<Translation id="proof-of-stake-description" />
808-
</i>
809-
</li>
810802
<li>
811803
<Link to="https://www.goodreads.com/book/show/57356067-the-cryptopians">
812804
<Translation id="cryptopians-title" />
@@ -871,6 +863,14 @@ const LearnPage = ({ data }: PageProps<Queries.LearnPageQuery, Context>) => {
871863
<Translation id="mastering-ethereum-description" />{" "}
872864
</i>
873865
</li>
866+
<li>
867+
<Link to="https://www.goodreads.com/en/book/show/59892281-proof-of-stake">
868+
<Translation id="proof-of-stake-title" />
869+
</Link>{" "}
870+
<i>
871+
<Translation id="proof-of-stake-description" />
872+
</i>
873+
</li>
874874
</ul>
875875
<h3>
876876
<Translation id="podcasts-about-ethereum" />

0 commit comments

Comments
 (0)