summaryrefslogtreecommitdiff
path: root/pocompile.sh
diff options
context:
space:
mode:
authornecoro <>2007-08-05 07:11:19 +0000
committernecoro <>2007-08-05 07:11:19 +0000
commit27fcaa18fbcca7ee1292c299239f0cb047412beb (patch)
tree7d56ddb653bf0456d0598564a179138d8d42478c /pocompile.sh
parent531a798de099588d6af1d5edf7a873c2afbdf73a (diff)
downloadportato-27fcaa18fbcca7ee1292c299239f0cb047412beb.tar.gz
portato-27fcaa18fbcca7ee1292c299239f0cb047412beb.tar.bz2
portato-27fcaa18fbcca7ee1292c299239f0cb047412beb.zip
some translation fixes :)
Diffstat (limited to 'pocompile.sh')
-rwxr-xr-xpocompile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pocompile.sh b/pocompile.sh
index 5fdd98a..865c380 100755
--- a/pocompile.sh
+++ b/pocompile.sh
@@ -6,6 +6,8 @@ cd i18n
for ITEM in *.po; do
LANG=${ITEM/.po/}
+ echo "Creating translation file for ${LANG}."
+
if [ "$1" == "-emerge" ]; then
mkdir mo -p
msgfmt ${ITEM} -o mo/${LANG}.mo