diff options
author | Alessandro Ghedini <al3xbio@gmail.com> | 2011-10-19 10:56:04 +0200 |
---|---|---|
committer | Alessandro Ghedini <al3xbio@gmail.com> | 2011-10-19 10:56:04 +0200 |
commit | 6451a495637c6e3047a5a56573cffc6e3de9a515 (patch) | |
tree | 7c3eb29532e7c4b36a9da13c5890664fb816959b /resources/locale/compile-po.sh |
Imported Upstream version 0.2+gitdfdad95upstream/0.2+gitdfdad95
Diffstat (limited to 'resources/locale/compile-po.sh')
-rwxr-xr-x | resources/locale/compile-po.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/locale/compile-po.sh b/resources/locale/compile-po.sh new file mode 100755 index 0000000..6b201de --- /dev/null +++ b/resources/locale/compile-po.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +for d in `ls -d */` +do + msgfmt -c -v $d/LC_MESSAGES/*.po -o $d/LC_MESSAGES/gnomepie.mo +done |