diff --git a/Translating-the-challenges.md b/Translating-the-challenges.md index c4fe5f3..f9233aa 100644 --- a/Translating-the-challenges.md +++ b/Translating-the-challenges.md @@ -1 +1,12 @@ -Not yet possible, WIP (see [Issue #18](https://gitea.42ctf.org/42CTF/website/issues/18)) \ No newline at end of file +Challenges descriptions are available in this separate [repository](https://gitea.42ctf.org/42CTF/challenges-descriptions). +This repository is a submodule for the website repository (see [.gitmodules](https://gitea.42ctf.org/42CTF/website/src/branch/main/.gitmodules)). + +When using this submodule for the first time: + +``` +git submodule init --recurse +git submodule update --recurse --remote +``` + +To translate a challenge in a specific language, create a new html file in the corresponding directory. +For the name of the file, please look at the english version of the file (the name must be the slug of the challenge). \ No newline at end of file