Closed
Description
Prize Bounty
100 DAI
Challenge Description
Czech translations (#216) have completed review & are ready for you to add them to the website!
Submission Requirements
This PR may be a useful reference. Below are the steps required to add a new language:
- Download the markdown files from CrowdIn. You may need to # for CrowdIn & join our project in order to download the files - here's the invite link.
- Add markdown files in a new /docs/cs/ directory
- Add nav to config.js (
locales
key) - Update the homepage markdown file (the root index.md) to use the
HomePage.vue
component
- Move that content into translations.js (again, it helps to follow this previous PR)
- Add
layout: home
in page front matter
- In each newly added markdown file...
- Front matter
- Add
meta
property (i.e.og:title
) - check out other translation markdown files for reference - Confirm it has (correct)
lang
property - Remove
date
fields (if they exist) - Add
sidebar: auto
for /learn & /developers pages
- Add
- Add explicit heading IDs to each primary header (
#
) & secondary header (##
) to match the English file versions. For more context on why we do this, see here- e.g.
## Začíname {#getting-started}
from /docs/sk/developers/index.md
- e.g.
- Update relative links (i.e. add language path)
- e.g. a link to the /use page within the /docs/pt-br/beginners/index.md file should link to ethereum.org/pt-br/use, not ethereum.org/use
Judging Criteria
The prize will be awarded to the first valid submission.
Winner Announcement Date
We will review work within a week of submission. Payouts will occur within a week of submission acceptance.