diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-05 20:11:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-05 20:11:45 +0200 |
commit | a1705fe4211340e380d50f48c177ca2d66bf7b8b (patch) | |
tree | af2f426d8290327e52a5992935d6c22160be2a25 /po/quot.sed | |
parent | da15a59717fcf824569cbd647641c572405eb678 (diff) |
add gettext support
Diffstat (limited to 'po/quot.sed')
-rw-r--r-- | po/quot.sed | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/po/quot.sed b/po/quot.sed new file mode 100644 index 000000000..0122c4631 --- /dev/null +++ b/po/quot.sed @@ -0,0 +1,6 @@ +s/"\([^"]*\)"/“\1”/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“”/""/g |