view update-po.sh @ 480:7d8e4f2a5bbe 1.0.1

Use DejaVuSans instead of Vera
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 08 Mar 2011 13:26:00 +0200
parents 4ea237bbcef8
children
line wrap: on
line source

#!/bin/sh

# Updates translation catalogs

xgettext -f po/POTFILES -o po/suspended-sentence.pot

for f in po/*.po; do
  msgmerge -U $f po/suspended-sentence.pot;
done