]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Move po/quot.sed to gettext-runtime/po/quot.sed and gettext-tools/po/quot.sed.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Feb 2003 13:57:42 +0000 (13:57 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:09:30 +0000 (12:09 +0200)
gettext-runtime/po/quot.sed [moved from po/quot.sed with 100% similarity]
gettext-tools/po/quot.sed [new file with mode: 0644]

similarity index 100%
rename from po/quot.sed
rename to gettext-runtime/po/quot.sed
diff --git a/gettext-tools/po/quot.sed b/gettext-tools/po/quot.sed
new file mode 100644 (file)
index 0000000..0122c46
--- /dev/null
@@ -0,0 +1,6 @@
+s/"\([^"]*\)"/“\1”/g
+s/`\([^`']*\)'/‘\1’/g
+s/ '\([^`']*\)' / ‘\1’ /g
+s/ '\([^`']*\)'$/ ‘\1’/g
+s/^'\([^`']*\)' /‘\1’ /g
+s/“”/""/g