Translation for quote arg ` and '.

This commit is contained in:
Micah Cowan 2008-05-29 17:33:22 -07:00
parent 1859cd569b
commit d0476cad42
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-05-29 Micah Cowan <micah@cowan.name>
* po/POTFILES.in: Added some more files from lib/.
* po/quot.sed: Automatic handling of quotearg's ` and '.
2008-05-15 Micah Cowan <micah@cowan.name>
* NEWS: Entry for --ask-password.

View File

@ -3,7 +3,10 @@
# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# Package source files
lib/error.c
lib/getopt.c
lib/quotearg.c
lib/xalloc-die.c
src/cmpt.c
src/connect.c
src/convert.c

View File

@ -1,3 +1,7 @@
# For quotearg:
s/^`$//
s/^'$//
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/\1/g
s/ '\([^`']*\)' / \1 /g