summaryrefslogtreecommitdiff
path: root/pocompile.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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