From 27fcaa18fbcca7ee1292c299239f0cb047412beb Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sun, 5 Aug 2007 07:11:19 +0000 Subject: some translation fixes :) --- pocompile.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pocompile.sh') 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 -- cgit v1.2.3