From c7988dafdc7dbcafa0f9a2ac3a04189909f28652 Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Sat, 3 Nov 2012 05:11:09 +0000 Subject: [PATCH] fix spacing in translations --- tx-cleanup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tx-cleanup.sh b/tx-cleanup.sh index 14c89f00..7d04ccf4 100755 --- a/tx-cleanup.sh +++ b/tx-cleanup.sh @@ -17,5 +17,7 @@ do -e 's/\s*$//' \ -e 's/ / /g' \ -e 's/⏎ /\\n/g' \ + -e 's/ \\n/\\n/g' \ + -e 's/\\n /\\n/g' \ $file done