Website for the XLSForm spec published on xlsform.org.
Install Jekyll and run with jekyll serve
on http://localhost:4000.
All content is in the _sections
and _data
folders.
- Copy the file in
_sections
that you are translating (and give it a new filename - there are no filename rules, but it's helpful to include the language name, e.g.home-french.md
). - Change the 2-character
lang
value at the top to the new file (e.g.fr
) and translate the content of the file. - Add language columns to the 3 CSV files in the
_data
folder with::fr
added to the translated columns. Any columns without language tags are included in all languages (ie. the columns "Enketo?", "ODK?"). It is best to not translate those columns. - Copy the
en
folder and rename it to the language you are adding, e.g.fr
. - In the new folder, change the
lang
andtitle
values at the top of each file. - Finally add a translated site description in _config.yml