commit | 5a15f8cbc39c822c479f4b33600ce04e4ae99f8b | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Sun Jan 23 20:44:20 2005 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Sun Jan 23 20:44:20 2005 +0000 |
tree | 7315498bb0bcd6c0148d23f4659cf0487542f870 | |
parent | 2dbbd38f8f63594dce29ee4836fadff91392ee59 [diff] [blame] |
Added translation support for the UNIX implementation, via GNU gettext. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@108 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/po/boldquot.sed b/po/boldquot.sed new file mode 100644 index 0000000..4b937aa --- /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/“/“[1m/g +s/”/[0m”/g +s/‘/‘[1m/g +s/’/[0m’/g