forked from hedyorg/hedy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename master to main in texts. (hedyorg#397)
* Rename master to main in texts. * Change 'master' => 'main' in workflows Co-authored-by: Rico Huijbers <[email protected]> Co-authored-by: Felienne <[email protected]>
- Loading branch information
1 parent
aaf15a6
commit ebbc09d
Showing
6 changed files
with
114 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,119 +1,119 @@ | ||
# Status of Things | ||
# Status of Things | ||
This page presents an overview of content in different languages. If you want to translate hedy to a new language, this is a good list to follow. | ||
|
||
Please add your name in the table when you want to work on a specific thing, so others can focus on stuff that has not been started on yet. Something will get a 'V' after the pull requests gets accepted and the content is merged to the master-branch. Or, with the youtube-content, when the video is recorded and ready for uploading. Or, with the youtube-subtitling, when the subtitles are accepted and online. Happy coding/writing! | ||
## Contents | ||
* [Website general](#Website-general) | ||
* [Levels - practice page](#levels-practice-page) | ||
* [Levels - docs](#Levels-docs) | ||
* [Youtube videos](#Youtube-videos) | ||
* [Youtube Subtitling](#Youtube-Subtitling) | ||
[Back to top of page](#status-of-things) | ||
|
||
## Landing page | ||
Please add your name in the table when you want to work on a specific thing, so others can focus on stuff that has not been started on yet. Something will get a 'V' after the pull requests gets accepted and the content is merged to the `main` branch. Or, with the youtube-content, when the video is recorded and ready for uploading. Or, with the youtube-subtitling, when the subtitles are accepted and online. Happy coding/writing! | ||
|
||
## Contents | ||
* [Website general](#Website-general) | ||
* [Levels - practice page](#levels-practice-page) | ||
* [Levels - docs](#Levels-docs) | ||
* [Youtube videos](#Youtube-videos) | ||
* [Youtube Subtitling](#Youtube-Subtitling) | ||
|
||
[Back to top of page](#status-of-things) | ||
|
||
## Landing page | ||
Content for the landing page is stored in the [main folder](main). There currently are three pages: contact, press and start. There is also a [json file](main/menu.json) that generates the menu. The landing page is currently available in Dutch and English. | ||
|
||
| |NL|EN|ES|..| | ||
|--|--|--|--|--| | ||
|start| V | V | | | | ||
|press| V | V | | | | ||
|contact| V | V | | | | ||
[Back to top of page](#status-of-things) | ||
| |NL|EN|ES|..| | ||
|--|--|--|--|--| | ||
|start| V | V | | | | ||
|press| V | V | | | | ||
|contact| V | V | | | | ||
[Back to top of page](#status-of-things) | ||
|
||
## Coding Environment | ||
Texts in the coding environment, such as error messages, are stored in [texts.json](static/texts.json). | ||
Texts in the coding environment, such as error messages, are stored in [texts.json](static/texts.json). | ||
|
||
| |NL|EN|ES|..| | ||
|--|--|--|--|--| | ||
|Texts| V | V | V | | | ||
| |NL|EN|ES|..| | ||
|--|--|--|--|--| | ||
|Texts| V | V | V | | | ||
|
||
In addition to the generic texts, the coding environment has three pages: code, explanation and videos. | ||
|
||
### Code | ||
Code texts are taken form the [levels file](static/levels.json), which also controls which levels are available in the interface. Only when a level is present in a given language, it will be possible to access it in the website. | ||
| |NL|EN|ES|..| | ||
|--|--|--|--|--| | ||
|level 1| V | V | V | | | ||
|level 2| V | V | V | | | ||
|level 3| V | V | V | | | ||
|level 4| V | V | V | | | ||
|level 5| V | V | | | | ||
|level 6| V | V | | | | ||
|level 7| V | V | | | | ||
|level 8| | | | | | ||
|level 9| | | | | | ||
|level 10| | | | | | ||
|level 11| | | | | | ||
|level 12| | | | | | ||
|level 13| | | | | | ||
[Back to top of page](#status-of-things) | ||
|
||
### Levels - Explanation | ||
|
||
| |NL|EN|ES|..| | ||
|--|--|--|--|--| | ||
|level 1| V | V | V | | | ||
|level 2| V | V | V | | | ||
|level 3| V | V | V | | | ||
|level 4| V | V | V | | | ||
|level 5| V | V | | | | ||
|level 6| V | V | | | | ||
|level 7| V | V | | | | ||
|level 8| | | | | | ||
|level 9| | | | | | ||
|level 10| | | | | | ||
|level 11| | | | | | ||
|level 12| | | | | | ||
|level 13| | | | | | ||
[Back to top of page](#status-of-things) | ||
|
||
|
||
### Levels - Explanation | ||
To be found [here](/docs), in the md files. For example [en-level1.md](docs/en-level1.md) holds the page for level 1 in English. | ||
| |NL|EN|ES|..| | ||
|--|--|--|--|--| | ||
|level 1| V | V | V | | | ||
|level 2| V | | V | | | ||
|level 3| V | | | | | ||
|level 4| V | | | | | ||
|level 5| V | | | | | ||
|level 6| V | | | | | ||
|level 7| | | | | | ||
|level 8| | | | | | ||
|level 9| | | | | | ||
|level 10| | | | | | ||
|level 11| | | | | | ||
|level 12| | | | | | ||
|level 13| | | | | | ||
[Back to top of page](#status-of-things) | ||
|
||
| |NL|EN|ES|..| | ||
|--|--|--|--|--| | ||
|level 1| V | V | V | | | ||
|level 2| V | | V | | | ||
|level 3| V | | | | | ||
|level 4| V | | | | | ||
|level 5| V | | | | | ||
|level 6| V | | | | | ||
|level 7| | | | | | ||
|level 8| | | | | | ||
|level 9| | | | | | ||
|level 10| | | | | | ||
|level 11| | | | | | ||
|level 12| | | | | | ||
|level 13| | | | | | ||
[Back to top of page](#status-of-things) | ||
|
||
### Levels - video page | ||
To be found [here](/docs), in the md files. For example [video-nl-level3.md](docs/nl-level3.md) holds the video page for level 3 in Dutch (nl). We would love for people to record explanation videos in their own language! | ||
|
||
| |NL|EN|ES|..| | ||
|--|--|--|--|--| | ||
|level 1| V | | | | | ||
|level 2| V | | | | | ||
|level 3| V | | | | | ||
|level 4| V | | | | | ||
|level 5| V | | | | | ||
|level 6| V | | | | | ||
|level 7| | | | | | ||
|level 8| | | | | | ||
|level 9| | | | | | ||
|level 10| | | | | | ||
|level 11| | | | | | ||
|level 12| | | | | | ||
|level 13| | | | | | ||
[Back to top of page](#status-of-things) | ||
### Youtube subtitling | ||
| |NL|EN|ES|..| | ||
|--|--|--|--|--| | ||
|level 1| V | | | | | ||
|level 2| V | | | | | ||
|level 3| V | | | | | ||
|level 4| V | | | | | ||
|level 5| V | | | | | ||
|level 6| V | | | | | ||
|level 7| | | | | | ||
|level 8| | | | | | ||
|level 9| | | | | | ||
|level 10| | | | | | ||
|level 11| | | | | | ||
|level 12| | | | | | ||
|level 13| | | | | | ||
|
||
[Back to top of page](#status-of-things) | ||
|
||
|
||
### Youtube subtitling | ||
|
||
Our videos now have no subtitles, but in lieu of videos in other languages, the English ones could also be subtitled. This task has not been started yet. | ||
|
||
| |NL|EN|..| | ||
|--|--|--|--| | ||
|Philosophy| | | | | ||
|level 1| | | | | ||
|level 2| | | | | ||
|level 3| | | | | ||
|level 4| | | | | ||
|level 5| | | | | ||
|level 6| | | | | ||
|level 7| | | | | ||
|level 8| | | | | ||
|level 9| | | | | ||
|level 10| | | | | ||
|level 11| | | | | ||
|level 12| | | | | ||
|level 13| | | | | ||
[Back to top of page](#status-of-things) | ||
| |NL|EN|..| | ||
|--|--|--|--| | ||
|Philosophy| | | | | ||
|level 1| | | | | ||
|level 2| | | | | ||
|level 3| | | | | ||
|level 4| | | | | ||
|level 5| | | | | ||
|level 6| | | | | ||
|level 7| | | | | ||
|level 8| | | | | ||
|level 9| | | | | ||
|level 10| | | | | ||
|level 11| | | | | ||
|level 12| | | | | ||
|level 13| | | | | ||
[Back to top of page](#status-of-things) | ||
|
||
> Written with [StackEdit](https://stackedit.io/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters