#!/bin/sh

export XGETTEXT_ARGS='--add-comments=TRANSLATORS'

cd po && \
intltool-update --pot --gettext-package=messages --verbose && \
cd ..
