diff options
author | Michele Calgaro <[email protected]> | 2019-04-29 00:21:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-04-29 00:21:17 +0900 |
commit | 71ae23a29f60f1da7cfe659db0aa18ef71b4c4db (patch) | |
tree | 88e2167871d3c3ef5b8cc941c3185eb425491eb5 /po/quot.sed | |
parent | cb199a0d60fde27c74de2c035b64bedc6356fba2 (diff) | |
download | libr-71ae23a29f60f1da7cfe659db0aa18ef71b4c4db.tar.gz libr-71ae23a29f60f1da7cfe659db0aa18ef71b4c4db.zip |
Clean automake files and unusued 'po' folder.
Signed-off-by: Michele Calgaro <[email protected]>
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 |