frog-website/site.py

7 lines
184 B
Python

from os import environ
if "FROG_LOCALE_DIR" in environ:
site.set_translations("site", environ["FROG_LOCALE_DIR"], languages=["fr"])
site.render('pages/index.html', 'index.html')