diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-13 09:12:34 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-13 09:18:59 -0200 |
commit | b680e315f55f8e9a66e12ded1ab650a6208b38f0 (patch) | |
tree | da88eba10b124364681f54d5928884274de9ae05 /v4l-utils-po/boldquot.sed | |
parent | 290775e2f07f454002edc589046e92b3a1d9f734 (diff) |
Move po files to a separate dir
We want to be able to put the libraries on a different po domain.
So, let's first rename the po dir to "v4l-utils-po". Then, we can
create other dirs for each library.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'v4l-utils-po/boldquot.sed')
-rw-r--r-- | v4l-utils-po/boldquot.sed | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l-utils-po/boldquot.sed b/v4l-utils-po/boldquot.sed new file mode 100644 index 00000000..4b937aa5 --- /dev/null +++ b/v4l-utils-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 |