diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/po/boldquot.sed | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/po/boldquot.sed b/scripts/po/boldquot.sed new file mode 100644 index 0000000..4b937aa --- /dev/null +++ b/scripts/po/boldquot.sed @@ -0,0 +1,10 @@ +s/"\([^"]*\)"/“\1”/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“”/""/g +s/“/“[1m/g +s/”/[0m”/g +s/‘/‘[1m/g +s/’/[0m’/g |