fix spacing in translations

This commit is contained in:
Tom Reynolds 2012-11-03 05:11:09 +00:00
parent 6307f80c12
commit c7988dafdc
1 changed files with 2 additions and 0 deletions

View File

@ -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