Skip to content

Commit 3ee5f2d

Browse files
committed
move to /contributing/translatathon
1 parent 6b1aca2 commit 3ee5f2d

19 files changed

+105
-296
lines changed
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Translations are suggested directly in the online editor so there is no need to
3939
- 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
4040
- You can also filter strings in the editor to show _Untranslated first_ or _Untranslated only_
4141

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.
42+
For a detailed guide to navigating and using the Crowdin online editor, we recommend all Translatathon participants to read our [How to translate](/contributing/translation-program/how-to-translate/) guide.
4343

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/).
44+
To learn more about the conventions and best practices for translating ethereum.org content, you can also check out our [translation style guide](/contributing/translation-program/translators-guide/).
4545

4646
### Prizes
4747

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

Lines changed: 68 additions & 185 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.

public/content/translatathon/index.md

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

src/components/Translatathon/ApplyNow.tsx

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

6-
import { APPLICATION_END_DATE } from "./constants"
6+
import { APPLICATION_END_DATE, APPLICATION_URL } from "./constants"
77

88
import DolphinImage from "@/public/images/translatathon/translatathon_dolphin.png"
99

@@ -25,7 +25,7 @@ export const ApplyNow = () => {
2525
textAlign="center"
2626
>
2727
<Flex m="auto">
28-
<ButtonLink href="/">Apply now</ButtonLink>
28+
<ButtonLink href={APPLICATION_URL}>Apply now</ButtonLink>
2929
</Flex>
3030
</Callout>
3131
</Box>

0 commit comments

Comments
 (0)