-rwxr-xr-x | i18n/xx/null_all.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/xx/null_all.sh b/i18n/xx/null_all.sh index c993fad..da44178 100755 --- a/i18n/xx/null_all.sh +++ b/i18n/xx/null_all.sh @@ -1,3 +1,4 @@ #!/bin/sh -echo "this script adds nullstrings everywhere" +echo "this script adds 'FOO' everywhere" perl -pi -e "s/<translation.*/<translation>FOO<\/translation>/" *.ts +echo "all strings replaced with 'FOO'" |