1
0
Fork 0

Added emphasis support to msgfmt

master
Mike Gerwitz 2012-10-16 23:01:20 -04:00
parent 3adf4a836a
commit c5cc5c4ffa
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 0 deletions

1
msgfmt
View File

@ -73,4 +73,5 @@ awk '/^diff --git/ { exit } { print }' \
s/---/'"$mdash"'/g; s/---/'"$mdash"'/g;
s#``#'"$lquo"'#g; s#``#'"$lquo"'#g;
s#'\'\''#'"$rquo"'#g; s#'\'\''#'"$rquo"'#g;
s#\(\W\)\*\([^\*]\+\)\*\(\W\)#<em>\1\2\3</em>#g;
' '