diff options
author | necoro <> | 2007-08-05 06:14:40 +0000 |
---|---|---|
committer | necoro <> | 2007-08-05 06:14:40 +0000 |
commit | 21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21 (patch) | |
tree | e08ce263a05ef692af5cbba52a4ef221aa76a65a /pocompile.sh | |
parent | 8ec40e4e4afe07b76016cacb9a121d5d339588da (diff) | |
download | portato-21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21.tar.gz portato-21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21.tar.bz2 portato-21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21.zip |
some translation fixes :)
Diffstat (limited to '')
-rwxr-xr-x | pocompile.sh | 3 |
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 |