blob: 0820b28800774893fcf2108f4aa119140793f701 (
plain)
1
2
3
4
5
6
7
8
9
|
# Hurry Curry! Website
The website is instantiated from `index_template.html` with the `translate.py`
python script. It uses the translation files from the main hurrycurry repository
at `main/locale/xx.ini`, so you should clone the main repo as `main`. Then just
`make`
Finally one of the resulting files `index.xx.html` should be served respecting
the browser locale.
|