Skip to content

Commit d9921ba

Browse files
committed
Update Translatathon details for 2025: adjust application dates, refine event timeline, and enhance participation instructions for clarity.
1 parent 3dd71ba commit d9921ba

File tree

5 files changed

+24
-39
lines changed

5 files changed

+24
-39
lines changed

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,33 +47,26 @@ Here are the important dates for the 2025 Translatathon:
4747

4848
<TwoColumnContent>
4949
<CardContent>
50-
<h3 className="mt-6">Who can participate?</h3>
50+
<h3 className="mt-6 mb-3">Who can participate?</h3>
5151
Be older than 18 years, native speaker of at least one non-English language and proficient in English.
5252
</CardContent>
5353
<CardContent>
54-
<h3 className="mt-6">Do I need to be a translator?</h3>
54+
<h3 className="mt-6 mb-3">Do I need to be a translator?</h3>
5555
No. You simply have to be bilingual and suggest human translations (using machine translation is forbidden!) to the best of your ability, no professional experience required.
5656
</CardContent>
5757
</TwoColumnContent>
5858

5959
<TwoColumnContent>
6060
<CardContent>
61-
<h3 className="mt-6">How much time do I have to commit?</h3>
61+
<h3 className="mt-6 mb-3">How much time do I have to commit?</h3>
6262
As much as you want. The minimum threshold to be eligible for participatory prizes is 500 translated words, which takes about 1 hour to complete, while competing for the top prizes will require a larger time commitment.
6363
</CardContent>
6464
<CardContent>
65-
<h3 className="mt-6">Do I need to be familiar with Ethereum?</h3>
65+
<h3 className="mt-6 mb-3">Do I need to be familiar with Ethereum?</h3>
6666
No. While being familiar with Ethereum can help with your productivity and quality, the Translatathon is as much a learning experience as it is a competition, and everyone is invited to join and learn more about Ethereum while participating.
6767
</CardContent>
6868
</TwoColumnContent>
6969

70-
<TwoColumnContent>
71-
<CardContent>
72-
<h3 className="mt-6">What do I need to participate?</h3>
73-
We recommend using a computer to translate since Crowdin, the translation platform we use, is optimized for desktop.
74-
</CardContent>
75-
</TwoColumnContent>
76-
7770
For more details, [see the full Terms & conditions](/contributing/translation-program/translatathon/terms-and-conditions)
7871

7972
### Step by step instructions

src/components/Translatathon/DatesAndTimeline.tsx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,38 @@ export const dates = [
2121
link: APPLICATION_URL,
2222
linkText: "Apply",
2323
},
24-
{
25-
title: "Workshops",
26-
description:
27-
"Join our Discord to participate in onboarding calls and workshops and learn all about the Translatathon",
28-
startDate: new Date("2025-08-15T12:00:00Z"),
29-
endDate: new Date("2025-08-22T12:00:00Z"),
30-
link: "/discord/",
31-
linkText: "Prepare",
32-
},
24+
// {
25+
// title: "Workshops",
26+
// description:
27+
// "Join our Discord to participate in onboarding calls and workshops and learn all about the Translatathon",
28+
// startDate: new Date("2025-08-15T12:00:00"),
29+
// endDate: new Date("2025-08-22T12:00:00"),
30+
// link: "/discord/",
31+
// linkText: "Join our Discord",
32+
// },
3333
{
3434
title: "Translatathon",
3535
description:
3636
"The translation period - translate as much or as little as you want",
37-
startDate: new Date("2025-08-25T12:00:00Z"),
38-
endDate: new Date("2025-08-31T12:00:00Z"),
37+
startDate: new Date("2025-08-25T00:00:00"),
38+
endDate: new Date("2025-08-31T23:59:59"),
3939
link: CROWDIN_PROJECT_URL,
4040
linkText: "Translate",
4141
},
4242
{
4343
title: "Evaluation period",
4444
description:
4545
"Each translation will be evaluated by professional reviewers to verify translations were not done with AI tools and meet the minimum quality threshold",
46-
startDate: new Date("2025-09-01T12:00:00Z"),
47-
endDate: new Date("2025-09-30T12:00:00Z"),
46+
startDate: new Date("2025-09-01T00:00:00"),
47+
endDate: new Date("2025-09-22T23:59:59"),
4848
link: null,
4949
linkText: null,
5050
},
5151
{
5252
title: "Results announcement",
5353
description:
5454
"We will announce the results and winners on the ethereum.org community Call",
55-
startDate: new Date("2025-09-30T12:00:00Z"),
55+
startDate: new Date("2025-09-25T00:00:00"),
5656
endDate: null,
5757
link: null,
5858
linkText: null,
@@ -124,6 +124,7 @@ export const DatesAndTimeline = () => {
124124
</Flex>
125125
)
126126
})}
127+
<p className="mt-8 italic">Note: All dates are in UTC</p>
127128
</Flex>
128129
)
129130
}

src/components/Translatathon/StepByStepInstructions.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const instructions = [
2424
ctaLabel: "Apply",
2525
},
2626
{
27-
title: "Register on Crowdin (translation platform)",
27+
title: "Register on Crowdin",
2828
description:
2929
"Join the ethereum.org project and familiarize yourself with Crowdin, where all the translations will take place",
3030
ctaLink: CROWDIN_PROJECT_URL,
@@ -54,7 +54,7 @@ const instructions = [
5454
title: "Claim your prizes",
5555
description: (
5656
<>
57-
Results will be announced on <strong>September 30th</strong>. Eligible
57+
Results will be announced on <strong>September 25th</strong>. Eligible
5858
participants will receive an email with prize claim instructions.
5959
</>
6060
),
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const APPLICATION_START_DATE = "2025-08-08T12:00:00Z"
2-
export const APPLICATION_END_DATE = "2025-08-31T12:00:00Z"
3-
export const APPLICATION_URL = "https://gtly.to/Mql-w3Gs_"
1+
export const APPLICATION_START_DATE = "2025-08-08T00:00:00"
2+
export const APPLICATION_END_DATE = "2025-08-31T23:59:59"
3+
export const APPLICATION_URL = "https://translatathon.paperform.co/"

src/layouts/md/Translatathon.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,6 @@ export const TranslatathonLayout = ({
142142
eventName: "translatathon terms and conditions",
143143
},
144144
},
145-
{
146-
text: "Translatathon Hubs",
147-
href: "/contributing/translation-program/translatathon/translatathon-hubs",
148-
matomo: {
149-
eventCategory: "translatathon menu",
150-
eventAction: "click",
151-
eventName: "translatathon hubs",
152-
},
153-
},
154145
],
155146
}
156147

0 commit comments

Comments
 (0)