From 21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sun, 5 Aug 2007 06:14:40 +0000 Subject: some translation fixes :) --- pocompile.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pocompile.sh') diff --git a/pocompile.sh b/pocompile.sh index b10460b..e9cf3b1 100755 --- a/pocompile.sh +++ b/pocompile.sh @@ -4,8 +4,7 @@ # Copied from porthole :) cd i18n for ITEM in *.po; do - ITEM2=${ITEM/.po/} - LANG=${ITEM2/_??/} + LANG=${ITEM/.po/} if [ $1 == "-emerge" ]; then mkdir mo -p -- cgit v1.2.3