Skip to content

Commit 9a0186b

Browse files
committed
Copy changes and new FAQ
1 parent 997d1f0 commit 9a0186b

File tree

5 files changed

+19
-14
lines changed

5 files changed

+19
-14
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,16 @@ All translations will also be subject to a thorough review before being added to
7171
</ul>
7272
</ExpandableCard>
7373

74+
<ExpandableCard title="Can I compete as part of a team?">
75+
No. This year, the Translatathon will only have one main individual track and there will be no team competition.
76+
77+
You can still team up with your friends and translate together, however everyone will be competing in the Translatathon as an individual and only the number of your individual translated words will count towards your final score.
78+
</ExpandableCard>
79+
7480
<ExpandableCard title="Which languages can I translate into?">
7581
You can translate into any language! It is recommended to only translate into your native language to ensure sufficient quality, but in short, all language available in Crowdin are in scope for the Translatathon.
7682

7783
If you want to translate into a language that isn't available in Crowdin, reach out to us and we will add any language per request.
78-
7984
</ExpandableCard>
8085

8186
<ApplyNow />

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ template: translatathon
88

99
## Overview
1010

11-
Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text Text Text TextText Text Text Text Text
11+
The Translatathon brings together people from different expertise and cultures to collaborate on one goal: making Ethereum knowledge accessible in as many languages as possible. This year, with the support of local communities, we are bringing Translatathon Hubs to several cities worldwide, where people can get together, meet fellow Ethereum enthusiasts, and participate in the Translatathon.
1212

1313
<TwoColumnContent>
1414
<WhyWeDoItColumn>
1515
<h3>Why do we do it</h3>
16-
description
16+
Translating is often a lonely task, but it doesn't have to be. By gathering participants in one place, they can enjoy the solitude of crafting the perfect translation while still taking breaks to socialize, have a coffee, and share the most challenging or funny terms they've encountered while translating.
1717
</WhyWeDoItColumn>
1818
<HowDoesItWorkColumn>
1919
<h3>How does it work</h3>
20-
description
20+
Check the list of Translatathon Hubs to see if there's one happening in your city! Remember, the Translatathon is an online competition, so you can always participate from the comfort of your couch.
2121
</HowDoesItWorkColumn>
2222
</TwoColumnContent>
2323

24-
## List of all local communities
24+
## List of Translatathon Hubs
2525

2626
<LocalCommunitiesList />
2727

src/components/Translatathon/LocalCommunitiesList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const LocalCommunitiesList = () => {
4444
{community.organizer}
4545
</Text>
4646
</Box>
47-
<Text>{community.description}</Text>
4847
<Flex>
4948
<ButtonLink
5049
href={community.lumaLink}

src/components/Translatathon/TranslatathonPrizes.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const TranslatathonPrizes = () => {
1111
</div>
1212
</div>
1313
<div className="flex flex-col items-center justify-center">
14-
<p className="text-2xl font-bold">Winner</p>
14+
<p className="text-2xl font-bold">1st place</p>
1515
<p className="text-4xl font-bold">5000$</p>
1616
</div>
1717
</div>
@@ -29,7 +29,7 @@ const TranslatathonPrizes = () => {
2929
</div>
3030
</div>
3131
<div className="flex flex-col items-center justify-center">
32-
<p className="text-lg font-bold">second place</p>
32+
<p className="text-lg font-bold">2nd place</p>
3333
<p className="text-3xl font-bold">3000$</p>
3434
</div>
3535
</div>
@@ -40,7 +40,7 @@ const TranslatathonPrizes = () => {
4040
</div>
4141
</div>
4242
<div className="flex flex-col items-center justify-center">
43-
<p className="text-lg font-bold">third place</p>
43+
<p className="text-lg font-bold">3rd place</p>
4444
<p className="text-3xl font-bold">1500$</p>
4545
</div>
4646
</div>
@@ -72,12 +72,13 @@ const TranslatathonPrizes = () => {
7272
<div className="flex flex-col gap-3 text-center">
7373
<div className="flex flex-col">
7474
<p className="text-body-base text-lg">
75-
Top translator in each language will win a 100$ bonus{" "}
75+
Top translator in each language: 100${" "}
7676
</p>
7777
<p className="text-body-base text-lg">+ Participation prizes</p>
7878
</div>
7979
<div className="flex flex-col text-sm text-body-medium">
80-
<p>all the prize disclaimer here</p>
80+
{/* TODO: Add this disclaimer link later */}
81+
{/* <p>see prizes disclaimer here</p> */}
8182
</div>
8283
</div>
8384
</div>

src/layouts/Translatathon.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const WhyWeDoItColumn = (props: ChildOnlyProp) => (
6060
me={{ lg: 8 }}
6161
direction="column"
6262
>
63-
<Box m="auto">
63+
<Box mx="auto" height="272">
6464
<Image src={WhyWeDoItImage} alt="" height="272" />
6565
</Box>
6666
<Box>{props.children}</Box>
@@ -74,8 +74,8 @@ const HowDoesItWorkColumn = (props: ChildOnlyProp) => (
7474
ms={{ lg: 8 }}
7575
direction="column"
7676
>
77-
<Box m="auto">
78-
<Image src={HowDoesItWorkImage} alt="" height="272" />
77+
<Box mx="auto" height="272">
78+
<Image src={HowDoesItWorkImage} alt="" maxHeight="272" />
7979
</Box>
8080
<Box>{props.children}</Box>
8181
</Flex>

0 commit comments

Comments
 (0)