diff options
Diffstat (limited to 'pocompile.sh')
-rwxr-xr-x | pocompile.sh | 2 |
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 |