Skip to content

Commit b535499

Browse files
committed
chore: linting, fix link
1 parent d3459bf commit b535499

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

public/content/translatathon/details/index.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,29 @@ The translation process takes place in the ethereum.org project in Crowdin and t
1919
Translations are suggested directly in the online editor so there is no need to download or upload any files or deliverables. Each translated word is tracked and counted.
2020

2121
**1) Join the project**
22+
2223
- To start contributing, you will need to join the [ethereum.org project in Crowdin](https://crowdin.com/project/ethereum-org)
2324
- You will need to sign in or create an account - all that is required is an email address and password
2425

2526
**2) Select your language**
27+
2628
- Find your language on the list of target languages and open it by clicking on its name or flag
2729
- If you would like to translate into a language that isn’t available, reach out to [Ethereum.org Team](https://crowdin.com/profile/ethdotorg) on crowdin or send us an email to [email protected] and we will add new additional target languages per request
2830

2931
**3) Open an untranslated file**
30-
- Find the first untranslated file to start translating. The folders containing the source files are based on priority - (1) Homepage, 2) Essential learning, 3) Essentials, 4) Exploring, etc. so you should start translating the first folder that contains untranslated files
32+
33+
- Find the first untranslated file to start translating. The folders containing the source files are based on priority - 1) Homepage, 2) Essential learning, 3) Essentials, 4) Exploring, etc. so you should start translating the first folder that contains untranslated files
3134
- Each file has a progress indicator showing how much of the translatable content in the file has been translated and approved… if translation progress for any file is below 100%, please translate it
3235

3336
**4) Translate the untranslated strings**
37+
3438
- When you open a file to translate, make sure you are only translating untranslated strings!
35-
- Each string has a status indicator that shows whether it’s *Translated*, *Untranslated*, or *Approved*. If a source string already has a suggested translation in your language, there is no need to translate it
36-
- You can also filter strings in the editor to show *Untranslated first* or *Untranslated only*
39+
- Each string has a status indicator that shows whether it’s _Translated_, _Untranslated_, or _Approved_. If a source string already has a suggested translation in your language, there is no need to translate it
40+
- You can also filter strings in the editor to show _Untranslated first_ or _Untranslated only_
3741

38-
For a detailed guide to navigating and using the Crowdin online editor, we recommend all Translatathon participants to read our [How to translate](https://ethereum.org/en/contributing/translation-program/how-to-translate/) guide.
42+
For a detailed guide to navigating and using the Crowdin online editor, we recommend all Translatathon participants to read our [How to translate](https://ethereum.org/en/contributing/translation-program/how-to-translate/) guide.
3943

40-
To learn more about the conventions and best practices for translating ethereum.org content, yo can also check out our [translation style guide](https://ethereum.org/en/contributing/translation-program/translators-guide/).
44+
To learn more about the conventions and best practices for translating ethereum.org content, you can also check out our [translation style guide](https://ethereum.org/en/contributing/translation-program/translators-guide/).
4145

4246
### Prizes
4347

@@ -71,6 +75,7 @@ All translations will also be subject to a thorough review before being added to
7175
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.
7276

7377
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+
7479
</ExpandableCard>
7580

76-
<ApplyNow />
81+
<ApplyNow />

src/components/Translatathon/StepByStepInstructions.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,12 @@ const instructions = [
5353
},
5454
{
5555
title: "Claim your prizes",
56-
description:
57-
"Results will be announced on **August 29th**. Eligible participants will receive an email with prize claim instructions.",
56+
description: (
57+
<>
58+
Results will be announced on <strong>August 29th</strong>. Eligible
59+
participants will receive an email with prize claim instructions.
60+
</>
61+
),
5862
ctaLink: null,
5963
},
6064
]

src/components/Translatathon/TranslatathonInANutshell.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { Flex, Heading, Text } from "@chakra-ui/react"
33
import { ButtonLink } from "@/components/Buttons"
44
import { Image } from "@/components/Image"
55

6+
import Link from "../Link"
7+
68
import dogeImage from "@/public/images/doge-computer.png"
79
import futureImage from "@/public/images/future_transparent.png"
810
import settlementImage from "@/public/images/translatathon/settlement.png"
@@ -73,7 +75,11 @@ export const TranslatathonInANutshell = () => {
7375
Using machine translation is forbidden! All translations will be
7476
reviewed and evaluated, and participants using machine translation
7577
will be automatically disqualified and not be eligible to claim
76-
prizes (see Terms and conditions)
78+
prizes (see{" "}
79+
<Link href="/translatathon/terms-and-conditions/">
80+
terms and conditions
81+
</Link>
82+
)
7783
</Text>
7884
</Flex>
7985
</Flex>
@@ -86,7 +92,7 @@ export const TranslatathonInANutshell = () => {
8692
>
8793
<Flex w="full" direction="column" gap={2} alignSelf="center">
8894
<Heading as="h3" fontSize="2xl">
89-
Focus on untranslated lines only
95+
Focus on untranslated lines only
9096
</Heading>
9197
<Text>
9298
Translate strings that do not have any suggested translations yet.

0 commit comments

Comments
 (0)