Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.01 KB

ProjectTox-Website

Source code for the Tox.im website

Building the site

Building the site requires Python 3 and the pystache library.
In the main directory, run python3 buildsite.py.
The site will be in the new site/ directory.

Translations

As well as new translations, improvement of translations we already have is welcome too. Just copy index.en.json to index.??.json, where ?? is your language's ISO 639 code.

Language file metadata

The JSON files used by buildsite.py have some special names which are used by the script to build the bar of languages in the footer. The names are:

_language: The (native) name of your language. Example: Français
_ind: A number specifying where your language should be placed relative to other languages. Example: 1
_comment: A comment about the language file. Optional.
_author: The creator(s) of the file.