Skip to content

Commit 743e582

Browse files
authored
Merge pull request #10946 from ethereum/dev
Release candidate 7.19.1
2 parents 6dad4a2 + a98bd1f commit 743e582

File tree

23 files changed

+637
-1323
lines changed

23 files changed

+637
-1323
lines changed

.all-contributorsrc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7762,7 +7762,8 @@
77627762
"avatar_url": "https://avatars.githubusercontent.com/u/9850322?v=4",
77637763
"profile": "http://setharielgreen.com",
77647764
"contributions": [
7765-
"doc"
7765+
"doc",
7766+
"content"
77667767
]
77677768
},
77687769
{
@@ -10393,6 +10394,16 @@
1039310394
"contributions": [
1039410395
"content"
1039510396
]
10397+
},
10398+
{
10399+
"login": "woseK",
10400+
"name": "woseK",
10401+
"avatar_url": "https://avatars.githubusercontent.com/u/110729731?v=4",
10402+
"profile": "https://github.com/woseK",
10403+
"contributions": [
10404+
"content",
10405+
"bug"
10406+
]
1039610407
}
1039710408
],
1039810409
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
12561256
<td align="center" valign="top" width="14.28%"><a href="http://graz.network"><img src="https://avatars.githubusercontent.com/u/102697012?v=4?s=100" width="100px;" alt="Graz Network"/><br /><sub><b>Graz Network</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=graz-network" title="Documentation">📖</a> <a href="#translation-graz-network" title="Translation">🌍</a></td>
12571257
<td align="center" valign="top" width="14.28%"><a href="https://www.youtube.com/c/Cryptoversidad"><img src="https://avatars.githubusercontent.com/u/107050863?v=4?s=100" width="100px;" alt="Cryptoversidad"/><br /><sub><b>Cryptoversidad</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=cryptoversidad" title="Documentation">📖</a></td>
12581258
<td align="center" valign="top" width="14.28%"><a href="https://disconnect3d.pl/"><img src="https://avatars.githubusercontent.com/u/10009354?v=4?s=100" width="100px;" alt="Disconnect3d"/><br /><sub><b>Disconnect3d</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=disconnect3d" title="Documentation">📖</a> <a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3Adisconnect3d" title="Bug reports">🐛</a></td>
1259-
<td align="center" valign="top" width="14.28%"><a href="http://setharielgreen.com"><img src="https://avatars.githubusercontent.com/u/9850322?v=4?s=100" width="100px;" alt="Seth Ariel Green"/><br /><sub><b>Seth Ariel Green</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=setgree" title="Documentation">📖</a></td>
1259+
<td align="center" valign="top" width="14.28%"><a href="http://setharielgreen.com"><img src="https://avatars.githubusercontent.com/u/9850322?v=4?s=100" width="100px;" alt="Seth Ariel Green"/><br /><sub><b>Seth Ariel Green</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=setgree" title="Documentation">📖</a> <a href="#content-setgree" title="Content">🖋</a></td>
12601260
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/lcalixxto/"><img src="https://avatars.githubusercontent.com/u/98348072?v=4?s=100" width="100px;" alt="Luisa Calixto"/><br /><sub><b>Luisa Calixto</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=lcalixxto" title="Documentation">📖</a> <a href="#content-lcalixxto" title="Content">🖋</a></td>
12611261
</tr>
12621262
<tr>
@@ -1625,6 +1625,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
16251625
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TucksonDev"><img src="https://avatars.githubusercontent.com/u/105675159?v=4?s=100" width="100px;" alt="Tuckson"/><br /><sub><b>Tuckson</b></sub></a><br /><a href="#content-TucksonDev" title="Content">🖋</a></td>
16261626
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/_Akamig"><img src="https://avatars.githubusercontent.com/u/6278999?v=4?s=100" width="100px;" alt="Akamig"/><br /><sub><b>Akamig</b></sub></a><br /><a href="#content-Akamig" title="Content">🖋</a></td>
16271627
<td align="center" valign="top" width="14.28%"><a href="https://github.com/perriefidelis"><img src="https://avatars.githubusercontent.com/u/30669761?v=4?s=100" width="100px;" alt="Peace Ojemeh"/><br /><sub><b>Peace Ojemeh</b></sub></a><br /><a href="#content-perriefidelis" title="Content">🖋</a></td>
1628+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woseK"><img src="https://avatars.githubusercontent.com/u/110729731?v=4?s=100" width="100px;" alt="woseK"/><br /><sub><b>woseK</b></sub></a><br /><a href="#content-woseK" title="Content">🖋</a> <a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3AwoseK" title="Bug reports">🐛</a></td>
16281629
</tr>
16291630
</tbody>
16301631
</table>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "7.19.0",
3+
"version": "7.19.1",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "git@github.com:ethereum/ethereum-org-website.git",

redirects.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,5 +338,9 @@
338338
{
339339
"fromPath": "/*/staking/withdraws",
340340
"toPath": "/:splat/staking/withdrawals/"
341+
},
342+
{
343+
"fromPath": "/*/guides/how-to-register-an-ethereum-account",
344+
"toPath": "/:splat/guides/how-to-create-an-ethereum-account/"
341345
}
342346
]

src/components/Banners/TranslatathonBanner.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/components/Layout.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import TranslationBanner from "./TranslationBanner"
1010
import TranslationBannerLegal from "./TranslationBannerLegal"
1111
import FeedbackWidget from "./FeedbackWidget"
1212
import { SkipLink } from "./SkipLink"
13-
import TranslatathonBanner from "./Banners/TranslatathonBanner"
1413

1514
import { lightTheme as oldTheme } from "../theme"
1615

@@ -76,10 +75,6 @@ const Layout: React.FC<IProps> = ({
7675
!isTranslationBannerIgnored
7776

7877
const strippedPathname = path.replace(/^\/[a-z]{2,3}(-[a-z]{2})?\//, "/")
79-
const shouldShowTranslatathonBanner =
80-
strippedPathname === "/community/get-involved/" ||
81-
strippedPathname === "/" ||
82-
strippedPathname === "/contributing/translation-program/"
8378

8479
return (
8580
<ApolloProvider client={client}>
@@ -107,7 +102,6 @@ const Layout: React.FC<IProps> = ({
107102
>
108103
<Nav path={path} />
109104
{shouldShowSideNav && <SideNavMobile path={path} />}
110-
{shouldShowTranslatathonBanner && <TranslatathonBanner />}
111105
<Flex
112106
flexDirection={{ base: "column", lg: "row" }}
113107
id="main-content"

src/content/contributing/translation-program/translatathon/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We invite you to join us in breaking down language barriers and making ethereum.
2323
### When {#when}
2424

2525
- Application period: August 1st - August 15th
26-
- Translation period: August 16th - August 22nd
26+
- Translation period: August 16th - August 23rd
2727
- Evaluation & QA period: August 23rd - August 30th
2828
- Results announcement: August 31st
2929

@@ -57,7 +57,7 @@ Team members can translate into different languages!
5757

5858
Individuals will participate in the Translatathon as normal, competing only against other individuals, and the final scores will be calculated based on their number of translated words and the content buckets they translated.
5959

60-
**Only translations, submitted during the Translation period - starting 15th of August at 4:00am UTC and ending 23rd of August at 4:00am UTC - will count towards the final score.**
60+
**Only translations, submitted during the Translation period - starting 16th of August at 5:00am UTC and ending 23rd of August at 5:00am UTC - will count towards the final score.**
6161

6262
## Step-by-step instructions {#instructions}
6363

0 commit comments

Comments
 (0)