From 60560a030fda3c539ff9dc1563b9926414a193da Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sat, 21 Jan 2012 19:07:09 +0100 Subject: Imported Upstream version 0.4.0 --- resources/locale/compile-po.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/locale/compile-po.sh') diff --git a/resources/locale/compile-po.sh b/resources/locale/compile-po.sh index 6b201de..f0944a3 100755 --- a/resources/locale/compile-po.sh +++ b/resources/locale/compile-po.sh @@ -2,5 +2,6 @@ for d in `ls -d */` do + echo -n "$d " msgfmt -c -v $d/LC_MESSAGES/*.po -o $d/LC_MESSAGES/gnomepie.mo done -- cgit v1.2.3