]> sjero.net Git - wget/blob - po/quot.sed
TP update.
[wget] / po / quot.sed
1 # For quotearg:
2 s/^`$/“/
3 s/^'$/”/
4
5 s/"\([^"]*\)"/“\1”/g
6 s/`\([^`']*\)'/‘\1’/g
7 s/ '\([^`']*\)' / ‘\1’ /g
8 s/ '\([^`']*\)'$/ ‘\1’/g
9 s/^'\([^`']*\)' /‘\1’ /g
10 s/“”/""/g
11
12 # At least in all of our current strings, ' should be ’.
13 s/'/’/g
14 # Special: write Hrvoje’s last name properly.
15 s/Niksic/Nikšić/g
16 s/opyright (C)/opyright ©/g