author | cniehaus <cniehaus> | 2003-04-27 11:48:22 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2003-04-27 11:48:22 (UTC) |
commit | 6d032a24be12c13e10723dc27cbedc1a30628428 (patch) (side-by-side diff) | |
tree | c2672f68d4a79142273dc29d1f8e61a804303366 /i18n/xx/null_all.sh | |
parent | cac5730c68706399e62ee0465095c965a3f708db (diff) | |
download | opie-6d032a24be12c13e10723dc27cbedc1a30628428.zip opie-6d032a24be12c13e10723dc27cbedc1a30628428.tar.gz opie-6d032a24be12c13e10723dc27cbedc1a30628428.tar.bz2 |
updates, now it works
-rwxr-xr-x | i18n/xx/null_all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/xx/null_all.sh b/i18n/xx/null_all.sh index 70e8ee6..c993fad 100755 --- a/i18n/xx/null_all.sh +++ b/i18n/xx/null_all.sh @@ -1,3 +1,3 @@ #!/bin/sh echo "this script adds nullstrings everywhere" -perl -pi -e "s/<translation type=\"unfinished\"><\/translation>/<translation> <\/translation>/" *.ts +perl -pi -e "s/<translation.*/<translation>FOO<\/translation>/" *.ts |