#!/bin/sh

set -e

../../bin/zopepy setup.py extract_messages
../../bin/zopepy setup.py update_catalog
../../bin/zopepy setup.py compile_catalog

