Skip to content

Commit

Permalink
Remove spaces around slash in automated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Feb 2, 2017
1 parent ea5d859 commit ebb8551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/translate-messages.sh
Expand Up @@ -73,6 +73,7 @@ cat "$MESSAGESTMP" \
} ' \
| sed 's/_______/USD /g' \
| sed "s/======/'/g" \
| sed "s_ / _/_g" \
| sed 's/[Tt][Aa][Ll][Kk][Ii][Ee]/Talkie/g' \
| paste -d\ "$MESSAGESTMP" - \
| jq '
Expand Down

0 comments on commit ebb8551

Please sign in to comment.