- Open the
translations
folder. - Copy the
English.json
file and rename it to the language you want to translate to. For example, if you want to translate to French, rename it toFrench.json
. Change the contents of the file to the translated text.
- Open the
docs
folder. - Copy the
English
folder and rename it to the language you want to translate to. For example, if you want to translate to French, rename it toFrench
. Change the contents of the files to the translated text. - Link the
index.html
of the translated folder to theindex.html
of theEnglish
folder, and link theindex.html
of theEnglish
folder to theindex.html
of the translated folder. - Translate the HTML documents in the folder.
- Open the
README.md
file. - Translate the text in the file.
- Save it to
readmes/README-<language>.md
. For example, if you want to translate to French, save it toreadmes/README-French.md
. - Link the
README.md
file to the translated file. - Link the translated file to the
README.md
file.