diff options
Diffstat (limited to 'resources/locale/compile-po.sh')
-rwxr-xr-x | resources/locale/compile-po.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |