Translations
============
See <http://docs.djangoproject.com/en/dev/topics/i18n/localization>.

Create a new set of translations:
    $ pybabel extract -F babel.cfg -o messages.pot pdfserver
    $ pybabel init -i messages.pot -d pdfserver/translations -l en_GB

Re-examine all sources and update translations:
    $ pybabel update -i messages.pot -d pdfserver/translations

Compile catalogues:
    $ pybabel compile -d pdfserver/translations


Updating jQuery
===============
The necessary scripts of jQuery are packaged with this module. If you want to
update the scripts do::

    $ cd pdfserver

Edit the download links in ``Makefile``, and then::

    $ make deploy
