blob: f48c313a9fd4ec79348ded1fa0d93cffbf71f3ea (
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 hurrycurry-dist-extra
repository at `dist-extra/locale/xx.ini`, so you should clone the repo as
`dist-extra`. Then just `make`
Finally one of the resulting files `index.xx.html` should be served respecting
the browser locale.
|