summaryrefslogtreecommitdiff
path: root/i18n/xx/null_all.sh
Unidiff
Diffstat (limited to 'i18n/xx/null_all.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xi18n/xx/null_all.sh3
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 @@
1#!/bin/sh 1#!/bin/sh
2echo "this script adds nullstrings everywhere" 2echo "this script adds 'FOO' everywhere"
3perl -pi -e "s/<translation.*/<translation>FOO<\/translation>/" *.ts 3perl -pi -e "s/<translation.*/<translation>FOO<\/translation>/" *.ts
4echo "all strings replaced with 'FOO'"