diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-12 13:11:38 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-12 13:11:38 +0200 |
commit | ae9ed982f7a69eadb40b424b73e7ba49e590cd11 (patch) | |
tree | 9c0e777fa438413a68f504d556e89c645e3453a9 /readme.md | |
parent | 21a438f66bfcd1d6c6ad1f7ee8a6727e3b81f466 (diff) | |
download | hurrycurry-website-ae9ed982f7a69eadb40b424b73e7ba49e590cd11.tar hurrycurry-website-ae9ed982f7a69eadb40b424b73e7ba49e590cd11.tar.bz2 hurrycurry-website-ae9ed982f7a69eadb40b424b73e7ba49e590cd11.tar.zst |
use locales from dist-extra
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,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` +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. |