diff options
author | Michele Calgaro <[email protected]> | 2019-04-29 00:21:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-04-29 00:44:17 +0900 |
commit | 3839c7a66bd62f78f75c0a5d8e63662e8383295f (patch) | |
tree | 46f0cb7dd7973e862f157f7cf5302e3e7e90a90a /po/boldquot.sed | |
parent | df26c2aaf5517a16fb340c2e4324543a30e984b0 (diff) | |
download | libr-3839c7a66bd62f78f75c0a5d8e63662e8383295f.tar.gz libr-3839c7a66bd62f78f75c0a5d8e63662e8383295f.zip |
Clean automake files and unusued 'po' folder.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 71ae23a29f60f1da7cfe659db0aa18ef71b4c4db)
Diffstat (limited to 'po/boldquot.sed')
-rw-r--r-- | po/boldquot.sed | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/po/boldquot.sed b/po/boldquot.sed deleted file mode 100644 index 4b937aa..0000000 --- a/po/boldquot.sed +++ /dev/null @@ -1,10 +0,0 @@ -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 |