mirror of
https://github.com/mirror/wget.git
synced 2025-01-15 23:01:07 +08:00
Translation for quote arg ` and '.
This commit is contained in:
parent
1859cd569b
commit
d0476cad42
@ -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.
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
# For quotearg:
|
||||
s/^`$/“/
|
||||
s/^'$/”/
|
||||
|
||||
s/"\([^"]*\)"/“\1”/g
|
||||
s/`\([^`']*\)'/‘\1’/g
|
||||
s/ '\([^`']*\)' / ‘\1’ /g
|
||||
|
Loading…
Reference in New Issue
Block a user