author | cniehaus <cniehaus> | 2003-04-27 10:50:57 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2003-04-27 10:50:57 (UTC) |
commit | e1e9590495bb83de20c340a76cbad8b43e9900b5 (patch) (unidiff) | |
tree | 09c3ece5d334fc1de522d8a6fc38c882b3abb989 /i18n/xx/null_all.sh | |
parent | 77bed0e99aa0c912e5d86f257131c1f93afcee77 (diff) | |
download | opie-e1e9590495bb83de20c340a76cbad8b43e9900b5.zip opie-e1e9590495bb83de20c340a76cbad8b43e9900b5.tar.gz opie-e1e9590495bb83de20c340a76cbad8b43e9900b5.tar.bz2 |
xx starts to makes sense ;) From now \n on there are only nullstrings so that we can check if everything is in tr()
-rwxr-xr-x | i18n/xx/null_all.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/xx/null_all.sh b/i18n/xx/null_all.sh new file mode 100755 index 0000000..70e8ee6 --- a/dev/null +++ b/i18n/xx/null_all.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | echo "this script adds nullstrings everywhere" | ||
3 | perl -pi -e "s/<translation type=\"unfinished\"><\/translation>/<translation> <\/translation>/" *.ts | ||