diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-29 00:21:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-29 00:44:17 +0900 |
commit | 3839c7a66bd62f78f75c0a5d8e63662e8383295f (patch) | |
tree | 46f0cb7dd7973e862f157f7cf5302e3e7e90a90a /po/quot.sed | |
parent | df26c2aaf5517a16fb340c2e4324543a30e984b0 (diff) | |
download | libr-3839c7a66bd62f78f75c0a5d8e63662e8383295f.tar.gz libr-3839c7a66bd62f78f75c0a5d8e63662e8383295f.zip |
Clean automake files and unusued 'po' folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 71ae23a29f60f1da7cfe659db0aa18ef71b4c4db)
Diffstat (limited to 'po/quot.sed')
-rw-r--r-- | po/quot.sed | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/po/quot.sed b/po/quot.sed deleted file mode 100644 index 0122c46..0000000 --- a/po/quot.sed +++ /dev/null @@ -1,6 +0,0 @@ -s/"\([^"]*\)"/“\1”/g -s/`\([^`']*\)'/‘\1’/g -s/ '\([^`']*\)' / ‘\1’ /g -s/ '\([^`']*\)'$/ ‘\1’/g -s/^'\([^`']*\)' /‘\1’ /g -s/“”/""/g |