Commit Graph

5 Commits

Author SHA1 Message Date
f42c071d0d Copy env's pybabel into base dir to fix string extraction
The jinja2 extracter needs to know about our custom HighlightExtension (used on
pages such as get-involved/develop/applications), which is not in the env's
python path. Copying pybabel into the base dir gives it access to our modules.
This is only required for string extraction; other scripts use pybabel from the
env directly.

If the env's pybabel version is updated, this copy must also be updated.
2013-06-06 01:26:25 +00:00
8c04301165 minor shell script tweaks
- add shebang line and make bourne compatible
- report bugs to trac
2013-01-30 21:57:14 +00:00
e50d7e4003 Tweaked message extraction script 2013-01-18 11:18:13 +00:00
59ac1fbc44 Added script for updating existing translations 2013-01-18 11:01:32 +00:00
90cd3b67f3 Added script to extract website messages 2013-01-18 10:08:40 +00:00