Update 'Translating the challenges'

Danhia 2022-05-28 12:21:00 +02:00
parent 7760938ee1
commit 0067b4dc50
1 changed files with 12 additions and 1 deletions

@ -1 +1,12 @@
Not yet possible, WIP (see [Issue #18](https://gitea.42ctf.org/42CTF/website/issues/18))
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).