view update-po.sh @ 481:ec40cd4be1ce 1.0.1

Merged into default
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 21 Jun 2014 21:41:46 +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