summaryrefslogtreecommitdiff
path: root/pocompile.sh
diff options
context:
space:
mode:
authornecoro <>2007-08-05 06:14:40 +0000
committernecoro <>2007-08-05 06:14:40 +0000
commit21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21 (patch)
treee08ce263a05ef692af5cbba52a4ef221aa76a65a /pocompile.sh
parent8ec40e4e4afe07b76016cacb9a121d5d339588da (diff)
downloadportato-21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21.tar.gz
portato-21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21.tar.bz2
portato-21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21.zip
some translation fixes :)
Diffstat (limited to '')
-rwxr-xr-xpocompile.sh3
1 files changed, 1 insertions, 2 deletions
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