From 8cfa1eda338a5647282d0464558a67eed9d10b70 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mon, 7 Sep 2009 10:34:58 +0000 Subject: Fix compilation of i18n bits. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3897 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- po/boldquot.sed | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 po/boldquot.sed (limited to 'po/boldquot.sed') diff --git a/po/boldquot.sed b/po/boldquot.sed new file mode 100644 index 00000000..4b937aa5 --- /dev/null +++ b/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/“/“/g +s/”/”/g +s/‘/‘/g +s/’/’/g -- cgit v1.2.3