wget/po/boldquot.sed

17 lines
384 B
Sed
Raw Normal View History

2007-10-10 01:00:50 +08:00
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/\1/g
s/ '\([^`']*\)' / \1 /g
s/ '\([^`']*\)'$/ \1/g
s/^'\([^`']*\)' /\1 /g
s/“”/""/g
s///g
s//”/g
s///g
s///g
# At least in all of our current strings, ' should be .
s/'//g
# Special: write Hrvojes last name properly.
s/Niksic/Nikšić/g
s/opyright (C)/opyright ©/g