]> sjero.net Git - wget/blob - po/boldquot.sed
Ran update-copyright.
[wget] / po / boldquot.sed
1 # For quotearg:
2 s/^`$/“\e[1m/
3 s/^'$/”\e[0m/
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 s/“/“\e[1m/g
12 s/”/\e[0m”/g
13 s/‘/‘\e[1m/g
14 s/’/\e[0m’/g
15
16 # At least in all of our current strings, ' should be ’.
17 s/'/’/g
18 # Special: write Hrvoje’s last name properly.
19 s/Niksic/Nikšić/g
20 s/opyright (C)/opyright ©/g